diff options
author | Simon L <szaimen@e.mail.de> | 2022-09-21 14:12:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-21 14:12:41 +0200 |
commit | 0577f86e130e8069b56a810fffe5d843e355c1a8 (patch) | |
tree | 99d5e2b88583172da4897253ba3733178a42a506 | |
parent | 8268416a2cdd14a75d2ca7aaa1f2707580a121e2 (diff) | |
parent | 310ccfa14e5f7f6654492543e9abb4eb9f442d64 (diff) | |
download | nextcloud-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.php | 2 |
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'); } /** |