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:
@@ -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));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user