Merge pull request #34170 from nextcloud/enh/noid/theming-settings-icon

update theming icon in personal settings
This commit is contained in:
Simon L 2022-09-21 14:12:41 +02:00 committed by GitHub
commit 0577f86e13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');
}
/**