ウィンドウ内のリンクを右クリックしたときに「サイドビューで開く」が無いのを修正
This commit is contained in:
parent
629b765abc
commit
8d12fd152b
@ -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: () => {
|
||||
|
Loading…
Reference in New Issue
Block a user