fix: misc cleanup

This commit is contained in:
2025-04-23 14:24:35 +00:00
parent 8b2c1a04ee
commit f26d83f291
11 changed files with 89 additions and 59 deletions

View File

@ -137,7 +137,7 @@ const menuItems = computed(() => {
{
label: t('start.button.cache'),
icon: 'pi pi-trash',
command: async () => {},
command: async () => await invoke('clear_cache'),
},
];
}