aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-07-19 10:47:44 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-19 17:21:31 +0530
commit3a2492178fcbc84eac33a9f0105f88c910c721e7 (patch)
tree58fee324f24c02ddb013d33d92ebd3bf724ad9ad /src/config.ts
parent6.0.0-nightly.102 [skip ci] (diff)
downloadferdium-app-3a2492178fcbc84eac33a9f0105f88c910c721e7.tar.gz
ferdium-app-3a2492178fcbc84eac33a9f0105f88c910c721e7.tar.zst
ferdium-app-3a2492178fcbc84eac33a9f0105f88c910c721e7.zip
fix: remove autoHibernate
This was causing issues to the service hibernation. Toggling back the isHibernationEnabled to false right after saving the service, which disabled the Hibernation.
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index f872f31aa..150b7101d 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -300,5 +300,4 @@ export const DEFAULT_SERVICE_SETTINGS = {
300 hasHostedOption: false, 300 hasHostedOption: false,
301 allowFavoritesDelineationInUnreadCount: false, 301 allowFavoritesDelineationInUnreadCount: false,
302 disablewebsecurity: false, 302 disablewebsecurity: false,
303 autoHibernate: false,
304}; 303};