Skip to content

Commit e46410e

Browse files
committed
Add icon to admin page sidebar for LDAP
* follow up to #3151 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
1 parent e09bba5 commit e46410e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

apps/user_ldap/img/app-dark.svg

Lines changed: 4 additions & 0 deletions
Loading

apps/user_ldap/lib/Settings/Section.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ public function getPriority() {
7777
* {@inheritdoc}
7878
*/
7979
public function getIcon() {
80-
return $this->url->imagePath('user_ldap', 'app.svg');
80+
return $this->url->imagePath('user_ldap', 'app-dark.svg');
8181
}
8282
}

0 commit comments

Comments
 (0)