summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-09-20 20:51:40 +0200
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>2022-09-21 11:26:08 +0000
commit310ccfa14e5f7f6654492543e9abb4eb9f442d64 (patch)
tree47e0ea28df9c7359c812875209eab39e9159cefb /apps
parent48def620cb2132258be7eaf2495f67a5d88a1932 (diff)
downloadnextcloud-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.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');
}
/**