mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Add GitHub update check
This commit is contained in:
@@ -34,6 +34,11 @@ contextBridge.exposeInMainWorld("electronAPI", {
|
||||
callback(message, type, duration);
|
||||
});
|
||||
},
|
||||
onShowBanner: (callback) => {
|
||||
ipcRenderer.on("showBanner", (event, message) => {
|
||||
callback(message);
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
contextBridge.exposeInMainWorld("bepinex", {
|
||||
|
||||
Reference in New Issue
Block a user