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

@ -83,7 +83,7 @@ export default {
},
)
},
...mapState(useInstanceStore, ['private']),
...mapState(useInstanceStore, ['privateMode']),
...mapState(useInstanceStore, {
logoMask: (store) => store.instanceIdentity.logoMask,
logo: (store) => store.instanceIdentity.logo,

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
/>