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 d90ae6f236
commit e6b1c8ba62
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")
});