Adjust ferdium config

Don't run in background, but keep system tray active
This commit is contained in:
Evie Litherland-Smith 2024-09-01 08:01:20 +01:00
parent 5519aecd71
commit 03e897ef79

View file

@ -48,14 +48,14 @@
locked = false;
lockedPassword = "";
minimizeToSystemTray = false;
navigationBarBehaviour = "custom";
navigationBarBehaviour = "never";
navigationBarManualActive = false;
notifyTaskBarOnMessage = false;
predefinedTodoServer = "https://todoist.com/app";
privateNotifications = false;
reloadAfterResume = true;
reloadAfterResumeTime = 10;
runInBackground = true;
runInBackground = false;
scheduledDNDEnabled = false;
scheduledDNDEnd = "09:00";
scheduledDNDStart = "17:00";
@ -63,13 +63,13 @@
sentry = false;
server = "You are using Ferdium without a server";
serviceRibbonWidth = 68;
showDisabledServices = true;
showDisabledServices = false;
showDragArea = false;
showMessageBadgeWhenMuted = true;
showServiceName = false;
sidebarServicesLocation = 0;
spellcheckerLanguage = "en-GB";
splitColumns = 3;
splitColumns = 2;
splitMode = false;
startMinimized = false;
translatorEngine = "LibreTranslate";