aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-05-02 22:47:38 +0100
committerLibravatar GitHub <noreply@github.com>2022-05-02 21:47:38 +0000
commitae310e3d07041fbde728ac283842d4ab6665ff9f (patch)
treeb3c51ccb0f6eaf8f9b7f042eb7f691259f8a2ac5 /src/config.ts
parent6.0.0-nightly.23 [skip ci] (diff)
downloadferdium-app-ae310e3d07041fbde728ac283842d4ab6665ff9f.tar.gz
ferdium-app-ae310e3d07041fbde728ac283842d4ab6665ff9f.tar.zst
ferdium-app-ae310e3d07041fbde728ac283842d4ab6665ff9f.zip
Feature: Hide sidebar buttons toggled behind a hamburger menu (#81)
* Reordered the 'Settings' button in sidebar closer to the other buttons being hidden Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
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,