Skip to content

Commit

Permalink
add app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
simmstein committed Nov 20, 2020
1 parent 497a9f4 commit ae6f755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions img/app-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/Settings/Admin/Section.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct(IURLGenerator $url, IL10N $l)

public function getIcon(): string
{
return $this->url->imagePath('spreed', 'app-dark.svg');
return $this->url->imagePath('printer', 'app-dark.svg');
}

public function getID(): string
Expand Down

0 comments on commit ae6f755

Please sign in to comment.