mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Add support for local mods and fix inaccurate mod sizes from Nexus Mods
This commit is contained in:
@@ -60,6 +60,7 @@ contextBridge.exposeInMainWorld("mods", {
|
||||
getMods: (type) => ipcRenderer.invoke("get-mods", type),
|
||||
activateMods: (modId) => ipcRenderer.invoke("activate-mod", modId),
|
||||
deactivateMods: (modId) => ipcRenderer.invoke("deactivate-mod", modId),
|
||||
add: () => ipcRenderer.invoke("add-offline-mod"),
|
||||
});
|
||||
|
||||
contextBridge.exposeInMainWorld("thunderstore", {
|
||||
|
||||
Reference in New Issue
Block a user