diff options
author | bobzel <zzzman@gmail.com> | 2024-09-25 13:37:36 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-09-25 13:37:36 -0400 |
commit | 14296a5e2b9726d449a9ddf59a3af0a6945e3cb7 (patch) | |
tree | 0b5493ae0b410073de2edf077f9ffa887ad18dbb /src/client/util/CurrentUserUtils.ts | |
parent | 5736a5025f5948131710662e0c8a80dfd90e51a0 (diff) |
updated carousel to show same filter as in context menu bar.
Diffstat (limited to 'src/client/util/CurrentUserUtils.ts')
-rw-r--r-- | src/client/util/CurrentUserUtils.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/util/CurrentUserUtils.ts b/src/client/util/CurrentUserUtils.ts index 3e7921a08..03975a5e7 100644 --- a/src/client/util/CurrentUserUtils.ts +++ b/src/client/util/CurrentUserUtils.ts @@ -981,12 +981,10 @@ pie title Minerals in my tap water doc.fontColor ?? (doc.fontColor = "black"); doc.fontHighlight ?? (doc.fontHighlight = ""); doc.defaultAclPrivate ?? (doc.defaultAclPrivate = false); - doc.savedFilters ?? (doc.savedFilters = new List<Doc>()); doc.userBackgroundColor ?? (doc.userBackgroundColor = Colors.DARK_GRAY); doc.userVariantColor ?? (doc.userVariantColor = Colors.MEDIUM_BLUE); doc.userColor ?? (doc.userColor = Colors.LIGHT_GRAY); doc.userTheme ?? (doc.userTheme = ColorScheme.Dark); - doc.filterDocCount = 0; doc.treeView_FreezeChildren = "remove|add"; doc.activePage = doc.activeDashboard === undefined ? 'home': doc.activePage; |