diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-28 22:21:40 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-28 22:21:40 +0900 |
| commit | 8d12fd152ba5f170f7eb12f7649598360d90779b (patch) | |
| tree | 8dcd06095fae6db896a28639e083aeed3f4b011c /src/client/components/ui | |
| parent | 12.51.0 (diff) | |
| download | sharkey-8d12fd152ba5f170f7eb12f7649598360d90779b.tar.gz sharkey-8d12fd152ba5f170f7eb12f7649598360d90779b.tar.bz2 sharkey-8d12fd152ba5f170f7eb12f7649598360d90779b.zip | |
ウィンドウ内のリンクを右クリックしたときに「サイドビューで開く」が無いのを修正
Diffstat (limited to 'src/client/components/ui')
| -rw-r--r-- | src/client/components/ui/a.vue | 2 |
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: () => { |