Feat: Add "Theme Workshop" button and associated IPC handler for workshop access

This commit is contained in:
MasterAcnolo
2026-04-12 21:40:13 +02:00
parent 06f6a30797
commit 61040769ee
4 changed files with 7 additions and 0 deletions

View File

@@ -22,5 +22,6 @@ contextBridge.exposeInMainWorld("topbarAPI", {
openWebsite: () => ipcRenderer.send("open-website"),
openTheme: () => ipcRenderer.send("open-theme"),
openWiki: () => ipcRenderer.send("open-wiki"),
openWorkshop: () => ipcRenderer.send("open-workshop"),
openConfig: () => ipcRenderer.send("open-config")
});