Fix/UI detail (#414)

This commit is contained in:
m1m1sha
2024-10-12 00:36:57 +08:00
committed by GitHub
parent d2291628e0
commit 9824d0adaa
10 changed files with 664 additions and 685 deletions

View File

@@ -181,7 +181,7 @@ const setting_menu_items = ref([
label: () => t('logging_open_dir'),
icon: 'pi pi-folder-open',
command: async () => {
console.log('open log dir', await appLogDir())
// console.log('open log dir', await appLogDir())
await open(await appLogDir())
},
})