fix: misc cleanup
This commit is contained in:
@ -137,7 +137,7 @@ const menuItems = computed(() => {
|
||||
{
|
||||
label: t('start.button.cache'),
|
||||
icon: 'pi pi-trash',
|
||||
command: async () => {},
|
||||
command: async () => await invoke('clear_cache'),
|
||||
},
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user