aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-06-24 15:29:40 +0100
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-24 22:26:52 +0530
commit68d4a04a02335493e35545d8d5f43680b64cc9a2 (patch)
tree785cdb991c3067fef95c648319af8e2104b949fe /src/config.ts
parentfix: disable todos feature by default (#355) (diff)
downloadferdium-app-68d4a04a02335493e35545d8d5f43680b64cc9a2.tar.gz
ferdium-app-68d4a04a02335493e35545d8d5f43680b64cc9a2.tar.zst
ferdium-app-68d4a04a02335493e35545d8d5f43680b64cc9a2.zip
Add split mode toggle to side bar and hide collapse buttonv6.0.0-nightly-alphrag.57.7
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 9791d27a6..9a459f338 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -262,7 +262,9 @@ export const DEFAULT_APP_SETTINGS = {
262 navigationBarBehaviour: 'custom', 262 navigationBarBehaviour: 'custom',
263 searchEngine: SEARCH_ENGINE_STARTPAGE, 263 searchEngine: SEARCH_ENGINE_STARTPAGE,
264 useVerticalStyle: false, 264 useVerticalStyle: false,
265 hideCollapseButton: false,
265 hideRecipesButton: false, 266 hideRecipesButton: false,
267 hideSplitModeButton: true,
266 useGrayscaleServices: false, 268 useGrayscaleServices: false,
267 grayscaleServicesDim: 50, 269 grayscaleServicesDim: 50,
268 hideWorkspacesButton: false, 270 hideWorkspacesButton: false,