Avoid to set the text/html mime type

This commit is contained in:
Ady 2022-05-02 14:37:17 -04:00 committed by GitHub
parent 1f350b99c0
commit 8f064a9d04
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
diff --git a/build/main.js b/build/main.js
index de51acb..e2c0b9e 100644
--- a/build/main.js
+++ b/build/main.js
@@ -2897,12 +2897,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",