forked from FoundKeyGang/FoundKey
ウィンドウ内のリンクを右クリックしたときに「サイドビューで開く」が無いのを修正
This commit is contained in:
parent
629b765abc
commit
8d12fd152b
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export default defineComponent({
|
||||||
action: () => {
|
action: () => {
|
||||||
os.pageWindow(this.to);
|
os.pageWindow(this.to);
|
||||||
}
|
}
|
||||||
}, !this.navHook && this.sideViewHook ? {
|
}, this.sideViewHook ? {
|
||||||
icon: faColumns,
|
icon: faColumns,
|
||||||
text: this.$t('openInSideView'),
|
text: this.$t('openInSideView'),
|
||||||
action: () => {
|
action: () => {
|
||||||
|
|
Loading…
Reference in a new issue