mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
update theming icon in personal settings
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
48def620cb
commit
310ccfa14e
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