aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index 4ea762311..48056533f 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -243,6 +243,10 @@ export const DEFAULT_APP_SETTINGS = {
243 navigationBarBehaviour: 'custom', 243 navigationBarBehaviour: 'custom',
244 searchEngine: SEARCH_ENGINE_DDG, 244 searchEngine: SEARCH_ENGINE_DDG,
245 useVerticalStyle: false, 245 useVerticalStyle: false,
246 hideRecipesButton: false,
247 hideWorkspacesButton: false,
248 hideNotificationsButton: false,
249 hideSettingsButton: false,
246 alwaysShowWorkspaces: false, 250 alwaysShowWorkspaces: false,
247 liftSingleInstanceLock: false, 251 liftSingleInstanceLock: false,
248 enableLongPressServiceHint: false, 252 enableLongPressServiceHint: false,