mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
Linux quit app on main window close
This commit is contained in:
@@ -364,6 +364,8 @@ function createWindow() {
|
||||
if (isCloseToTray && !appIsQuitting) {
|
||||
event.preventDefault();
|
||||
mainWindow.hide();
|
||||
} else {
|
||||
app.quit();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user