From 310ccfa14e5f7f6654492543e9abb4eb9f442d64 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 20 Sep 2022 20:51:40 +0200 Subject: update theming icon in personal settings Signed-off-by: szaimen --- apps/theming/lib/Settings/PersonalSection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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'); } /** -- cgit v1.2.3