Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AppInfo/Application.php')
-rw-r--r--lib/AppInfo/Application.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index de4931a8..2e1a6db9 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -93,18 +93,4 @@ class Application extends App {
];
});
}
-
- public function registerNavigation() {
- $urlGenerator = $this->getContainer()->getServer()->getURLGenerator();
- $l = $this->getContainer()->getServer()->getL10N('firstrunwizard');
-
- $this->getContainer()->getServer()->getNavigationManager()->add([
- 'type' => 'settings',
- 'id' => 'about',
- 'order' => 5,
- 'href' => '#about',
- 'name' => $l->t('About'),
- 'icon' => $urlGenerator->imagePath('core', 'actions/info.svg'),
- ]);
- }
}