add app icon

This commit is contained in:
Simon Vieille 2020-11-20 15:52:23 +01:00
commit ae6f7552dc
Signed by: deblan
GPG key ID: 03383D15A1D31745
2 changed files with 2 additions and 1 deletions

View file

@ -28,7 +28,7 @@ class Section implements IIconSection
public function getIcon(): string
{
return $this->url->imagePath('spreed', 'app-dark.svg');
return $this->url->imagePath('printer', 'app-dark.svg');
}
public function getID(): string