summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-09-21 14:12:41 +0200
committerGitHub <noreply@github.com>2022-09-21 14:12:41 +0200
commit0577f86e130e8069b56a810fffe5d843e355c1a8 (patch)
tree99d5e2b88583172da4897253ba3733178a42a506
parent8268416a2cdd14a75d2ca7aaa1f2707580a121e2 (diff)
parent310ccfa14e5f7f6654492543e9abb4eb9f442d64 (diff)
downloadnextcloud-server-0577f86e130e8069b56a810fffe5d843e355c1a8.tar.gz
nextcloud-server-0577f86e130e8069b56a810fffe5d843e355c1a8.zip
Merge pull request #34170 from nextcloud/enh/noid/theming-settings-icon
update theming icon in personal settings
-rw-r--r--apps/theming/lib/Settings/PersonalSection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Settings/PersonalSection.php b/apps/theming/lib/Settings/PersonalSection.php
index 821708e3970..4165a733fb2 100644
--- a/apps/theming/lib/Settings/PersonalSection.php
+++ b/apps/theming/lib/Settings/PersonalSection.php
@@ -61,7 +61,7 @@ class PersonalSection implements IIconSection {
* @since 13.0.0
*/
public function getIcon() {
- return $this->urlGenerator->imagePath($this->appName, 'app-dark.svg');
+ return $this->urlGenerator->imagePath($this->appName, 'accessibility-dark.svg');
}
/**