From cef0e622fbe36fc72216241695a24b57c2193c32 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 6 Nov 2019 15:54:36 +0100 Subject: Add Flow app icon Signed-off-by: Jan-Christoph Borchardt --- apps/workflowengine/lib/Settings/Section.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/workflowengine/lib/Settings/Section.php') diff --git a/apps/workflowengine/lib/Settings/Section.php b/apps/workflowengine/lib/Settings/Section.php index 031e9438d9a..3ec3c22dce0 100644 --- a/apps/workflowengine/lib/Settings/Section.php +++ b/apps/workflowengine/lib/Settings/Section.php @@ -23,6 +23,7 @@ namespace OCA\WorkflowEngine\Settings; +use OCA\WorkflowEngine\AppInfo\Application; use OCP\IL10N; use OCP\IURLGenerator; use OCP\Settings\IIconSection; @@ -67,6 +68,6 @@ class Section implements IIconSection { * {@inheritdoc} */ public function getIcon() { - return $this->url->imagePath('core', 'actions/tag.svg'); + return $this->url->imagePath(Application::APP_ID, 'app-dark.svg'); } } -- cgit v1.2.3