From e64167ec0ae8718b359bd67dda219c6414234f23 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 19 May 2017 17:48:16 +0200 Subject: Fix #151, Fix #145 --- lib/Settings/Section.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Settings/Section.php') diff --git a/lib/Settings/Section.php b/lib/Settings/Section.php index 5e1e47476..dd0f1ff0c 100644 --- a/lib/Settings/Section.php +++ b/lib/Settings/Section.php @@ -4,9 +4,9 @@ namespace OCA\News\Settings; use OCP\IL10N; use OCP\IURLGenerator; -use OCP\Settings\ISection; +use OCP\Settings\IIconSection; -class Section implements ISection { +class Section implements IIconSection { private $l; private $url; @@ -28,6 +28,6 @@ class Section implements ISection { } public function getIcon() { - return $this->url->imagePath('news', 'app.svg'); + return $this->url->imagePath('news', 'app-dark.svg'); } } \ No newline at end of file -- cgit v1.2.3