mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Fix error on electron close
This commit is contained in:
@@ -874,8 +874,6 @@ function disposeOverlay() {
|
||||
|
||||
app.on('before-quit', function () {
|
||||
disposeOverlay();
|
||||
|
||||
mainWindow.webContents.send('windowClosed');
|
||||
});
|
||||
|
||||
app.on('window-all-closed', function () {
|
||||
|
||||
Reference in New Issue
Block a user