From 9d58bacd2f22071063ed8a2e0e4d5852f2bc8ce6 Mon Sep 17 00:00:00 2001 From: Ady Date: Fri, 6 May 2022 20:07:56 -0400 Subject: [PATCH] Fix #21 app must stay in background by default --- patches/quit.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/quit.patch b/patches/quit.patch index e94041c..edbb776 100644 --- a/patches/quit.patch +++ b/patches/quit.patch @@ -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", \ No newline at end of file + "before-quit",