aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index 9aca70ba3..e1e8230c2 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -180,6 +180,7 @@ export const CUSTOM_WEBSITE_RECIPE_ID = 'franz-custom-website';
180export const DEFAULT_SERVICE_ORDER = 99; // something high enough that it gets added to the end of the already-added services on the left sidebar 180export const DEFAULT_SERVICE_ORDER = 99; // something high enough that it gets added to the end of the already-added services on the left sidebar
181 181
182export const DEFAULT_APP_SETTINGS = { 182export const DEFAULT_APP_SETTINGS = {
183 autoLaunchOnStart: false,
183 autoLaunchInBackground: false, 184 autoLaunchInBackground: false,
184 runInBackground: true, 185 runInBackground: true,
185 reloadAfterResume: true, 186 reloadAfterResume: true,
@@ -233,4 +234,5 @@ export const DEFAULT_APP_SETTINGS = {
233 useVerticalStyle: false, 234 useVerticalStyle: false,
234 alwaysShowWorkspaces: false, 235 alwaysShowWorkspaces: false,
235 liftSingleInstanceLock: false, 236 liftSingleInstanceLock: false,
237 enableLongPressServiceHint: false,
236}; 238};