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

@@ -78,6 +78,9 @@ function registerIpcHandlers(getMainWindow) {
ipcMain.on("open-wiki", () =>
shell.openExternal("https://masteracnolo.github.io/FreedomLoader/pages/wiki.html")
);
ipcMain.on("open-workshop", () =>
shell.openExternal("https://masteracnolo.github.io/Freedom-Loader-Workshop")
);
ipcMain.on("open-config", () => shell.openPath(configFolderPath));