Update ferdium settings

This commit is contained in:
Evie Litherland-Smith 2023-10-15 09:11:04 +01:00
parent 78f614bd7b
commit 5eb18b2de0

View file

@ -1,13 +1,13 @@
{ {
"autoLaunchOnStart": false, "autoLaunchOnStart": true,
"autoLaunchInBackground": false, "autoLaunchInBackground": false,
"runInBackground": false, "runInBackground": false,
"reloadAfterResume": true, "reloadAfterResume": true,
"reloadAfterResumeTime": 10, "reloadAfterResumeTime": 10,
"enableSystemTray": true, "enableSystemTray": false,
"startMinimized": true, "startMinimized": false,
"confirmOnQuit": false, "confirmOnQuit": false,
"minimizeToSystemTray": true, "minimizeToSystemTray": false,
"closeToSystemTray": false, "closeToSystemTray": false,
"privateNotifications": false, "privateNotifications": false,
"clipboardNotifications": true, "clipboardNotifications": true,
@ -19,11 +19,11 @@
"enableSpellchecking": true, "enableSpellchecking": true,
"enableTranslator": true, "enableTranslator": true,
"spellcheckerLanguage": "en-GB", "spellcheckerLanguage": "en-GB",
"darkMode": false, "darkMode": true,
"navigationBarManualActive": false, "navigationBarManualActive": false,
"splitMode": false, "splitMode": false,
"splitColumns": 3, "splitColumns": 3,
"fallbackLocale": "en-US", "fallbackLocale": "en-GB",
"beta": false, "beta": false,
"isAppMuted": false, "isAppMuted": false,
"enableGPUAcceleration": true, "enableGPUAcceleration": true,
@ -72,8 +72,8 @@
"alwaysShowWorkspaces": false, "alwaysShowWorkspaces": false,
"liftSingleInstanceLock": false, "liftSingleInstanceLock": false,
"enableLongPressServiceHint": true, "enableLongPressServiceHint": true,
"isTodosFeatureEnabled": true, "isTodosFeatureEnabled": false,
"customTodoServer": "", "customTodoServer": "",
"locale": "en-US", "locale": "en-GB",
"keepAllWorkspacesLoaded": false "keepAllWorkspacesLoaded": false
} }