mirror of
https://github.com/Gabi-Zar/Silk-Fly-Launcher.git
synced 2026-04-17 05:26:04 +02:00
Add every background video and a checkbox to toggle the lace pin visibility
This commit is contained in:
@@ -21,7 +21,7 @@ contextBridge.exposeInMainWorld('files', {
|
||||
loadBepinexBackupVersion: () => ipcRenderer.invoke('load-bepinex-backup-version'),
|
||||
saveNexusAPI: (api) => ipcRenderer.invoke('save-nexus-api', api),
|
||||
loadNexusAPI: () => ipcRenderer.invoke('load-nexus-api'),
|
||||
saveTheme: (theme) => ipcRenderer.invoke('save-theme', theme),
|
||||
saveTheme: (theme, lacePinState) => ipcRenderer.invoke('save-theme', theme, lacePinState),
|
||||
loadTheme: () => ipcRenderer.invoke('load-theme')
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user