Update ferdium settings
This commit is contained in:
parent
78f614bd7b
commit
5eb18b2de0
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"autoLaunchOnStart": false,
|
||||
"autoLaunchOnStart": true,
|
||||
"autoLaunchInBackground": false,
|
||||
"runInBackground": false,
|
||||
"reloadAfterResume": true,
|
||||
"reloadAfterResumeTime": 10,
|
||||
"enableSystemTray": true,
|
||||
"startMinimized": true,
|
||||
"enableSystemTray": false,
|
||||
"startMinimized": false,
|
||||
"confirmOnQuit": false,
|
||||
"minimizeToSystemTray": true,
|
||||
"minimizeToSystemTray": false,
|
||||
"closeToSystemTray": false,
|
||||
"privateNotifications": false,
|
||||
"clipboardNotifications": true,
|
||||
|
@ -19,11 +19,11 @@
|
|||
"enableSpellchecking": true,
|
||||
"enableTranslator": true,
|
||||
"spellcheckerLanguage": "en-GB",
|
||||
"darkMode": false,
|
||||
"darkMode": true,
|
||||
"navigationBarManualActive": false,
|
||||
"splitMode": false,
|
||||
"splitColumns": 3,
|
||||
"fallbackLocale": "en-US",
|
||||
"fallbackLocale": "en-GB",
|
||||
"beta": false,
|
||||
"isAppMuted": false,
|
||||
"enableGPUAcceleration": true,
|
||||
|
@ -72,8 +72,8 @@
|
|||
"alwaysShowWorkspaces": false,
|
||||
"liftSingleInstanceLock": false,
|
||||
"enableLongPressServiceHint": true,
|
||||
"isTodosFeatureEnabled": true,
|
||||
"isTodosFeatureEnabled": false,
|
||||
"customTodoServer": "",
|
||||
"locale": "en-US",
|
||||
"locale": "en-GB",
|
||||
"keepAllWorkspacesLoaded": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue