Feat: Add Configuration Button. user can edit config.json as wanted. Linked and IPC

This commit is contained in:
MasterAcnolo
2026-01-15 16:01:24 +01:00
parent 5398fed928
commit 163faec221
4 changed files with 15 additions and 1 deletions

View File

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