mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-23 21:55:04 +02:00
Merge pull request #22 from adynemo/fix-systray
Fix #21 app must stay in background by default
This commit is contained in:
commit
b9708b4c52
@ -2,7 +2,7 @@ diff --git a/build/main.js b/build/main.js
|
|||||||
index 5066eef..46b04c5 100644
|
index 5066eef..46b04c5 100644
|
||||||
--- a/build/main.js
|
--- a/build/main.js
|
||||||
+++ b/build/main.js
|
+++ b/build/main.js
|
||||||
@@ -3079,7 +3080,7 @@
|
@@ -3083,7 +3083,10 @@
|
||||||
this._adjustViewToContentSize(),
|
this._adjustViewToContentSize(),
|
||||||
mainView.setAutoResize({ width: !0, height: !0 });
|
mainView.setAutoResize({ width: !0, height: !0 });
|
||||||
} else this.appService.setWindow(this.window, void 0);
|
} else this.appService.setWindow(this.window, void 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user