From 3ccf754e0dce6b79e27bfaf2395c2e3916581fbb Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 20 Nov 2022 14:00:33 +0100 Subject: [PATCH] add possibility to define side_menu as default app and redirect to the first top menu app (#177) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a77a1..e5e90b4 100644 --- a/README.md +++ b/README.md @@ -49,12 +49,14 @@ Use the shortcut `Ctrl`+`o` to open and to hide the side menu. Use `tab` to navi ### Use first top menu app as default app -You can easily let Nextcloud redirect to the first top menu app by changing the following parameter in your `config/config.php`: +You can easily let Custom Menu redirect to the first app in the top menu by changing the following parameter in your `config/config.php`: ``` 'defaultapp' => 'side_menu', ``` +If the top menu is empty then it redirects to files. + How to contribute? ------------------