mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2025-01-03 14:11:06 +00:00
replaced ti-app-window
This commit is contained in:
parent
20aff7dd74
commit
cf9e5d72e0
3 changed files with 3 additions and 2 deletions
|
@ -255,7 +255,7 @@ function onContextmenu(ev: MouseEvent) {
|
||||||
let menu: MenuItem[];
|
let menu: MenuItem[];
|
||||||
menu = [{
|
menu = [{
|
||||||
text: i18n.ts.openInWindow,
|
text: i18n.ts.openInWindow,
|
||||||
icon: 'ph-app-window ph-bold ph-lg',
|
icon: 'ti ti-app-window',
|
||||||
action: () => {
|
action: () => {
|
||||||
os.popup(defineAsyncComponent(() => import('@/components/MkDriveWindow.vue')), {
|
os.popup(defineAsyncComponent(() => import('@/components/MkDriveWindow.vue')), {
|
||||||
initialFolder: props.folder,
|
initialFolder: props.folder,
|
||||||
|
|
|
@ -55,7 +55,7 @@ function onContextmenu(ev) {
|
||||||
type: 'label',
|
type: 'label',
|
||||||
text: props.to,
|
text: props.to,
|
||||||
}, {
|
}, {
|
||||||
icon: 'ph-app-window ph-bold ph-lg',
|
icon: 'ti ti-app-window',
|
||||||
text: i18n.ts.openInWindow,
|
text: i18n.ts.openInWindow,
|
||||||
action: () => {
|
action: () => {
|
||||||
os.pageWindow(props.to);
|
os.pageWindow(props.to);
|
||||||
|
|
|
@ -178,6 +178,7 @@ export function getConfig(): UserConfig {
|
||||||
'ti ti-x': 'ph-x ph-bold ph-lg',
|
'ti ti-x': 'ph-x ph-bold ph-lg',
|
||||||
'ti ti-folder': 'ph-folder ph-bold ph-lg',
|
'ti ti-folder': 'ph-folder ph-bold ph-lg',
|
||||||
'ti ti-folder-plus': 'ph-folder-plus ph-bold ph-lg',
|
'ti ti-folder-plus': 'ph-folder-plus ph-bold ph-lg',
|
||||||
|
'ti ti-app-window': 'ph-app-window ph-bold ph-lg',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
...process.env.NODE_ENV === 'production'
|
...process.env.NODE_ENV === 'production'
|
||||||
|
|
Loading…
Reference in a new issue