release v3.4.0 #179

Merged
deblan merged 20 commits from develop into master 2022-11-20 15:17:23 +01:00
Showing only changes of commit 3ccf754e0d - Show all commits

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