mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Set Quickaccess-ordering to custom order
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
df9bae41bb
commit
9b914bd68d
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class ViewController extends Controller {
|
|||
'order' => 5,
|
||||
'name' => $this->l10n->t('Favorites'),
|
||||
'sublist' => $favoritesSublistArray,
|
||||
'draggableSublist' => 'false',
|
||||
'draggableSublist' => 'true',
|
||||
'defaultExpandedState' => $defaultExpandedState,
|
||||
'enableMenuButton' => 0,
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue