diff --git a/src/client/components/ui/a.vue b/src/client/components/ui/a.vue index 8460c90b1..e11fecbe7 100644 --- a/src/client/components/ui/a.vue +++ b/src/client/components/ui/a.vue @@ -60,7 +60,7 @@ export default defineComponent({ action: () => { os.pageWindow(this.to); } - }, !this.navHook && this.sideViewHook ? { + }, this.sideViewHook ? { icon: faColumns, text: this.$t('openInSideView'), action: () => {