fix: keep default templates and plugins folder working
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
async function openPluginsDir() {
|
||||
try { await wailsCall('OpenFolder', '') } catch(e) {}
|
||||
try { await wailsCall('OpenPluginsFolder') } catch(e) {}
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user