diff options
author | szaimen <szaimen@e.mail.de> | 2022-09-20 20:51:40 +0200 |
---|---|---|
committer | Simon L. (Rebase PR Action) <szaimen@e.mail.de> | 2022-09-21 11:26:08 +0000 |
commit | 310ccfa14e5f7f6654492543e9abb4eb9f442d64 (patch) | |
tree | 47e0ea28df9c7359c812875209eab39e9159cefb /apps | |
parent | 48def620cb2132258be7eaf2495f67a5d88a1932 (diff) | |
download | nextcloud-server-310ccfa14e5f7f6654492543e9abb4eb9f442d64.tar.gz nextcloud-server-310ccfa14e5f7f6654492543e9abb4eb9f442d64.zip |
update theming icon in personal settings
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'apps')
-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'); } /** |