add menu element: link to settings

This commit is contained in:
Simon Vieille 2020-10-15 15:46:59 +02:00
commit ae74e745db
Signed by: deblan
GPG key ID: 03383D15A1D31745
5 changed files with 92 additions and 11 deletions

View file

@ -73,8 +73,8 @@ class NavController extends Controller
CategoryFetcher $categoryFetcher,
URLGenerator $router,
IL10N $trans,
IFactory $l10nFactory)
{
IFactory $l10nFactory
) {
parent::__construct($appName, $request);
$this->config = $config;