This commit is contained in:
syuilo 2022-12-20 15:24:31 +09:00
parent 001b660cbe
commit 6b7a3435a5
15 changed files with 30 additions and 30 deletions

View file

@ -244,7 +244,7 @@ function setAsUploadFolder() {
function onContextmenu(ev: MouseEvent) {
os.contextMenu([{
text: i18n.ts.openInWindow,
icon: 'fas fa-window-restore',
icon: 'ti ti-app-window',
action: () => {
os.popup(defineAsyncComponent(() => import('@/components/MkDriveWindow.vue')), {
initialFolder: props.folder,