aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2021-01-06 07:02:20 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2021-01-06 07:02:20 +0100
commit6aeae690eb863fdb7418328cb5d24d9bfd46065f (patch)
treec0ba32c7fbe906cbdf3721061325c973a347b8c2 /src/index.js
parentAdd new setting to minimize to tray when closing on Windows (#1093) (diff)
downloadferdium-app-6aeae690eb863fdb7418328cb5d24d9bfd46065f.tar.gz
ferdium-app-6aeae690eb863fdb7418328cb5d24d9bfd46065f.tar.zst
ferdium-app-6aeae690eb863fdb7418328cb5d24d9bfd46065f.zip
5.6.0-nightly.13
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index cce8d8ea0..28bbe19c1 100644
--- a/src/index.js
+++ b/src/index.js
@@ -61,7 +61,6 @@ if (isWindows) {
61} 61}
62 62
63 63
64
65// Globally set useragent to fix user agent override in service workers 64// Globally set useragent to fix user agent override in service workers
66debug('Set userAgent to ', userAgent()); 65debug('Set userAgent to ', userAgent());
67app.userAgentFallback = userAgent(); 66app.userAgentFallback = userAgent();