mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #34170 from nextcloud/enh/noid/theming-settings-icon
update theming icon in personal settings
This commit is contained in:
commit
0577f86e13
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue