diff --git a/src/renderer/pages/Gallery.vue b/src/renderer/pages/Gallery.vue index c787ab7a..0ff4e5fd 100644 --- a/src/renderer/pages/Gallery.vue +++ b/src/renderer/pages/Gallery.vue @@ -47,7 +47,7 @@ - {{ handleBarActive ? t('pages.gallery.hideFilters') : t('pages.gallery.showFilters') }} + {{ t('pages.gallery.hideFilters') }} @@ -568,7 +568,7 @@ const searchText = ref('') const searchTextURL = ref('') const debouncedSearchText = ref('') const debouncedSearchTextURL = ref('') -const handleBarActive = ref(false) +const handleBarActive = useStorage('galleryHandleBarActive', true) const pasteStyle = ref('') const pasteStyleMap = { Markdown: 'markdown',