updated description and other info

This commit is contained in:
huangjx
2021-09-10 22:34:33 +08:00
parent c19dd9de63
commit 845db37e6a
3 changed files with 10 additions and 14 deletions

View File

@@ -2,11 +2,4 @@
namespace OCA\NCDownloader\AppInfo;
\OC::$server->getNavigationManager()->add([
'id' => 'ncdownloader',
'order' => 10,
'href' => \OC::$server->getURLGenerator()->linkToRoute('ncdownloader.Main.Index'),
'icon' => \OC::$server->getURLGenerator()->imagePath('ncdownloader', 'ncdownloader.svg'),
'name' => 'ncdownloader'
]);