Feat: Add theme folder access functionality in UI

This commit is contained in:
MasterAcnolo
2026-04-11 18:25:17 +02:00
parent 23d11d8933
commit 49e1e1b507
5 changed files with 21 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ contextBridge.exposeInMainWorld("topbarAPI", {
openDevTools: () => ipcRenderer.send("open-devtools"),
openLogs: () => ipcRenderer.send("open-logs"),
openWebsite: () => ipcRenderer.send("open-website"),
openTheme: () => ipcRenderer.send("open-theme"),
openWiki: () => ipcRenderer.send("open-wiki"),
openConfig: () => ipcRenderer.send("open-config")
});