Merge pull request from adynemo/fix-systray

Fix  app must stay in background by default
This commit is contained in:
Aurélien Hamy 2022-05-08 17:56:06 +02:00 committed by GitHub
commit b9708b4c52
1 changed files with 2 additions and 2 deletions
patches

View File

@ -2,7 +2,7 @@ diff --git a/build/main.js b/build/main.js
index 5066eef..46b04c5 100644
--- a/build/main.js
+++ b/build/main.js
@@ -3079,7 +3080,7 @@
@@ -3083,7 +3083,10 @@
this._adjustViewToContentSize(),
mainView.setAutoResize({ width: !0, height: !0 });
} else this.appService.setWindow(this.window, void 0);
@ -13,4 +13,4 @@ index 5066eef..46b04c5 100644
+ ) {
let isQuitting = !1;
external_electron_namespaceObject.app.on(
"before-quit",
"before-quit",