blob: c7e4885f1b5838ed4174e1dfbe296d818cd3ca3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
diff --git a/build/main.js b/build/main.js
index 24b4b78..ef499d3 100644
--- a/build/main.js
+++ b/build/main.js
@@ -2895,12 +2895,7 @@
this.tray.init(),
this.updater.init(),
this.network.watch(),
- this.powerSave.check(),
- this.deepLink.getSchemes().forEach((scheme) => {
- external_electron_namespaceObject.app.setAsDefaultProtocolClient(
- scheme,
- );
- });
+ this.powerSave.check();
const dzrFilter = { urls: ["*://*/*"] },
DOMAINS_WHITELIST = [
"deezer.com",
|