Change defaultapp to dashboard
Result of discussion at https://help.nextcloud.com/t/enable-dashboard-on-per-user-basis/94872
Code reference:
db86bea18c/lib/private/legacy/OC_Util.php (L1106)
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
parent
0e20ce014a
commit
a4e6c44581
|
@ -210,11 +210,11 @@ $CONFIG = [
|
|||
* URL after clicking them in the Apps menu, such as documents, calendar, and
|
||||
* gallery. You can use a comma-separated list of app names, so if the first
|
||||
* app is not enabled for a user then Nextcloud will try the second one, and so
|
||||
* on. If no enabled apps are found it defaults to the Files app.
|
||||
* on. If no enabled apps are found it defaults to the dashboard app.
|
||||
*
|
||||
* Defaults to ``files``
|
||||
* Defaults to ``dashboard,files``
|
||||
*/
|
||||
'defaultapp' => 'files',
|
||||
'defaultapp' => 'dashboard,files',
|
||||
|
||||
/**
|
||||
* ``true`` enables the Help menu item in the user menu (top right of the
|
||||
|
|
Loading…
Reference in New Issue