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