fix: misc cleanup
This commit is contained in:
@ -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'),
|
||||
});
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user