summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/components/ui/a.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/ui/a.vue b/src/client/components/ui/a.vue
index 8460c90b16..e11fecbe78 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: () => {