fix/revert privateMode to avoid conflict with keyword

This commit is contained in:
Henry Jameson 2026-01-29 21:32:37 +02:00
commit e3a441310f
5 changed files with 6 additions and 12 deletions

View file

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