fix(Controls): Always show search bar

since 28 advanced search occludes simple search access

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-12-14 13:32:46 +01:00
parent 392c5983c1
commit 0f3f4cc934
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
{{ !$store.state.public? t('bookmarks', 'The RSS feed requires authentication with your Nextcloud credentials') : '' }}
</NcActionButton>
</NcActions>
<NcTextField v-if="isPublic"
<NcTextField
:value.sync="search"
:label="t('bookmarks','Search')"
:placeholder="t('bookmarks','Search')"