ウィンドウ内のリンクを右クリックしたときに「サイドビューで開く」が無いのを修正

This commit is contained in:
syuilo 2020-10-28 22:21:40 +09:00
parent 629b765abc
commit 8d12fd152b

View file

@ -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: () => {