aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Settings/Admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/lib/Settings/Admin.php')
-rw-r--r--apps/theming/lib/Settings/Admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/lib/Settings/Admin.php b/apps/theming/lib/Settings/Admin.php
index 12f5dd2b8fa..708bf1914ea 100644
--- a/apps/theming/lib/Settings/Admin.php
+++ b/apps/theming/lib/Settings/Admin.php
@@ -82,6 +82,8 @@ class Admin implements ISettings {
'background' => $this->themingDefaults->getBackground(),
'backgroundMime' => $this->config->getAppValue('theming', 'backgroundMime', ''),
'uploadLogoRoute' => $path,
+ 'canThemeIcons' => $this->themingDefaults->shouldReplaceIcons(),
+ 'iconDocs' => $this->urlGenerator->linkToDocs('admin-theming-icons')
];
return new TemplateResponse('theming', 'settings-admin', $parameters, '');