aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Settings
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-05-17 16:48:08 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2024-07-02 17:31:43 +0200
commit2d827d0ed454dff8b0abf582e1a3181819775696 (patch)
tree446d7422d4dbeec281a3810cedaf5cf549cbf45a /apps/theming/lib/Settings
parent697a9632434a35ee168bd79d1f43313a43fad5ea (diff)
downloadnextcloud-server-2d827d0ed454dff8b0abf582e1a3181819775696.tar.gz
nextcloud-server-2d827d0ed454dff8b0abf582e1a3181819775696.zip
feat(theming): Add checkbox for force enable / disable blurry background
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'apps/theming/lib/Settings')
-rw-r--r--apps/theming/lib/Settings/Personal.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/theming/lib/Settings/Personal.php b/apps/theming/lib/Settings/Personal.php
index cdf0399946f..43156515acd 100644
--- a/apps/theming/lib/Settings/Personal.php
+++ b/apps/theming/lib/Settings/Personal.php
@@ -75,6 +75,7 @@ class Personal implements ISettings {
$this->initialStateService->provideInitialState('themes', array_values($themes));
$this->initialStateService->provideInitialState('enforceTheme', $enforcedTheme);
$this->initialStateService->provideInitialState('isUserThemingDisabled', $this->themingDefaults->isUserThemingDisabled());
+ $this->initialStateService->provideInitialState('enableBlurFilter', $this->config->getUserValue($this->userId, 'theming', 'force_enable_blur_filter', ''));
$this->initialStateService->provideInitialState('navigationBar', [
'userAppOrder' => json_decode($this->config->getUserValue($this->userId, 'core', 'apporder', '[]'), true, flags:JSON_THROW_ON_ERROR),
'enforcedDefaultApp' => $forcedDefaultApp