NoBookmarks: Don't display import and sync buttons in public view

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2021-07-26 15:42:24 +02:00
parent b16cccc676
commit e2e8ab02e9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
</EmptyContent>
<EmptyContent v-else icon="icon-favorite">
{{ t('bookmarks', 'No bookmarks here') }}
<template #desc>
<template v-if="!isPublic" #desc>
<p>{{ t('bookmarks', 'Start by importing bookmarks from a file or synchronizing your browser bookmarks with this app') }}</p>
<input ref="import"
type="file"