mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
VRC status checking
This commit is contained in:
@@ -31,6 +31,7 @@ contextBridge.exposeInMainWorld('electron', {
|
||||
ipcRenderer.on('setWindowSize', callback),
|
||||
onWindowStateChange: (callback) =>
|
||||
ipcRenderer.on('setWindowState', callback),
|
||||
onBrowserFocus: (callback) => ipcRenderer.on('onBrowserFocus', callback),
|
||||
desktopNotification: (title, body, icon) =>
|
||||
ipcRenderer.invoke('notification:showNotification', title, body, icon),
|
||||
restartApp: () => ipcRenderer.invoke('app:restart'),
|
||||
|
||||
Reference in New Issue
Block a user