aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2024-04-18 07:32:48 +0100
committerLibravatar GitHub <noreply@github.com>2024-04-18 07:32:48 +0100
commit101a18cd41f53b62c77d16442db955855f1f2703 (patch)
tree3a0d0475647ad8c018126a8f127e8bf6c7774ce9 /src/config.ts
parentRemove pnpm cache (since its suspected that sqlite cache is corrupted) (#1703) (diff)
downloadferdium-app-101a18cd41f53b62c77d16442db955855f1f2703.tar.gz
ferdium-app-101a18cd41f53b62c77d16442db955855f1f2703.tar.zst
ferdium-app-101a18cd41f53b62c77d16442db955855f1f2703.zip
feat: hide all services workspace (#1713)
* feat: hide all services workspace * fix: change from 'show' to 'hide'
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index 5b9a5eaba..f086c54ee 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -422,6 +422,7 @@ export const DEFAULT_APP_SETTINGS = {
422 hideSettingsButton: false, 422 hideSettingsButton: false,
423 hideDownloadButton: false, 423 hideDownloadButton: false,
424 alwaysShowWorkspaces: false, 424 alwaysShowWorkspaces: false,
425 hideAllServicesWorkspace: false,
425 liftSingleInstanceLock: false, 426 liftSingleInstanceLock: false,
426 enableLongPressServiceHint: false, 427 enableLongPressServiceHint: false,
427 isTodosFeatureEnabled: true, 428 isTodosFeatureEnabled: true,