Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-09-20 21:51:40 +0300
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>2022-09-21 14:26:08 +0300
commit310ccfa14e5f7f6654492543e9abb4eb9f442d64 (patch)
tree47e0ea28df9c7359c812875209eab39e9159cefb
parent48def620cb2132258be7eaf2495f67a5d88a1932 (diff)
update theming icon in personal settings
Signed-off-by: szaimen <szaimen@e.mail.de>
-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');
}
/**