mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-07-29 18:25:47 +02:00
Feat: Add "Theme Workshop" button and associated IPC handler for workshop access
This commit is contained in:
@@ -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")
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user