Brycord v1.0.36
All checks were successful
Build and Release / build-and-release (push) Successful in 14m34s

This commit is contained in:
Bryan1029384756
2026-02-21 18:03:06 -06:00
parent 133795a0d7
commit 4485fefeb0
9 changed files with 18 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ contextBridge.exposeInMainWorld('windowControls', {
minimize: () => ipcRenderer.send('window-minimize'),
maximize: () => ipcRenderer.send('window-maximize'),
close: () => ipcRenderer.send('window-close'),
flashFrame: () => ipcRenderer.send('flash-frame'),
});
contextBridge.exposeInMainWorld('appSettings', {