mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 19:53:47 +02:00
VRC status checking
This commit is contained in:
@@ -396,6 +396,10 @@ function createWindow() {
|
||||
mainWindow.on('restore', () => {
|
||||
mainWindow.webContents.send('setWindowState', '0');
|
||||
});
|
||||
|
||||
mainWindow.on('focus', () => {
|
||||
mainWindow.webContents.send('onBrowserFocus');
|
||||
});
|
||||
}
|
||||
|
||||
let wristOverlayWindow = undefined;
|
||||
|
||||
Reference in New Issue
Block a user