From 8d12fd152ba5f170f7eb12f7649598360d90779b Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 28 Oct 2020 22:21:40 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A6=E3=82=A3=E3=83=B3=E3=83=89=E3=82=A6?= =?UTF-8?q?=E5=86=85=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF=E3=82=92=E5=8F=B3?= =?UTF-8?q?=E3=82=AF=E3=83=AA=E3=83=83=E3=82=AF=E3=81=97=E3=81=9F=E3=81=A8?= =?UTF-8?q?=E3=81=8D=E3=81=AB=E3=80=8C=E3=82=B5=E3=82=A4=E3=83=89=E3=83=93?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E3=81=A7=E9=96=8B=E3=81=8F=E3=80=8D=E3=81=8C?= =?UTF-8?q?=E7=84=A1=E3=81=84=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/ui/a.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: () => {