fix: keep default templates and plugins folder working

This commit is contained in:
2026-06-04 03:28:32 +08:00
parent 9d14ba50af
commit 58795b66b2
5 changed files with 74 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
}
async function openPluginsDir() {
try { await wailsCall('OpenFolder', '') } catch(e) {}
try { await wailsCall('OpenPluginsFolder') } catch(e) {}
}
</script>