1
0
Fork 0
mirror of https://gitnet.fr/deblan/side_menu.git synced 2025-12-18 05:10:50 +01:00

add possibility to define side_menu as default app and redirect to the first top menu app (#177)

This commit is contained in:
Simon Vieille 2022-11-20 14:00:33 +01:00
parent a4060c8db7
commit 3ccf754e0d
No known key found for this signature in database
GPG key ID: 579388D585F70417

View file

@ -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?
------------------