summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-05-19 17:48:16 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-05-19 17:48:16 +0200
commite64167ec0ae8718b359bd67dda219c6414234f23 (patch)
tree9d58f6c1f9ef6868d15d52301ca289536d8c61c6 /lib
parent7deefd95d637ef9af759e3e1723a6a62860c1083 (diff)
Fix #151, Fix #145
Diffstat (limited to 'lib')
-rw-r--r--lib/Settings/Section.php6
1 files changed, 3 insertions, 3 deletions
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