This commit is contained in:
syuilo 2022-12-20 10:52:39 +09:00
parent f52dd7d850
commit f90617ab07
3 changed files with 7 additions and 7 deletions

View file

@ -41,13 +41,13 @@ function onContextmenu(ev) {
type: 'label',
text: props.to,
}, {
icon: 'ti ti-window-maximize',
icon: 'ti ti-app-window',
text: i18n.ts.openInWindow,
action: () => {
os.pageWindow(props.to);
},
}, {
icon: 'ti ti-arrows-maximize',
icon: 'ti ti-corner-right-down-double',
text: i18n.ts.showInPage,
action: () => {
router.push(props.to, 'forcePage');