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

@ -30,7 +30,7 @@ const exportTemplate = async () => {
files: fl,
});
await invoke('open_file', {
path: await path.join(general.configDir, 'exports'),
path: await path.join(await general.configDir, 'exports'),
});
};