This commit is contained in:
Henry Jameson 2026-02-05 01:24:53 +02:00
commit 9060977790
7 changed files with 9 additions and 8 deletions

View file

@ -33,7 +33,7 @@
</router-link>
<div class="item right actions">
<search-bar
v-if="currentUser || !private"
v-if="currentUser || !privateMode"
@toggled="onSearchBarToggled"
@click.stop
/>