How to change the default number of apps in the top menu - before it collapsed into a “…” icon?
Default seems to be 9 apps before it starts adding them into a dropdown list.
Can I tweek something in the config.php or somewhere else to modify this behaviour?
There are no settings in the admin GUI or something where you can change the number. There was a design decision to have a specific number of icons depending on the width of the window.
While this doesn’t help much, I can show you where the setting is made in the code, but I have to remind you, that it is usually better to leave the code untouched and rather open a feature request.
While we are stubborn and doing it anyway: ../nextcloud/core/js # less js.js
Search for “minAppsDesktop” and you will find: var minAppsDesktop = 8;
Increasing that value will increase the number of icons in the app bar - on the desktop (doesn’t affect mobile).
Isn’t there a way to avoid modifying the core by writing a small plugin to overwrite the core’s behaviour? (or maybe through a theme… eventhough I went throught the theme documentation… couldn’t find anything that looks like that…)
(ps: sorry if the question sounds stupid - I am still trying to understand how all the parts are articulated together… )
The big change for this in Nextcloud 20 is… it breaks AppOrder’s ability to change the default app by forcing you to choose Dashboard when visiting your nextcloud; we cannot actually stop Dashboard from being the default app without editing configuration files in order to use AppOrder instead. I’d love to see this become a selectable ui option again. Link follows.