mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
put Favorites second in list, after 'All files'
This commit is contained in:
parent
80ddb14d18
commit
f2d7fad0fb
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ function sortNavigationItems($item1, $item2) {
|
|||
'id' => 'favorites',
|
||||
'appname' => 'files',
|
||||
'script' => 'simplelist.php',
|
||||
'order' => 50,
|
||||
'order' => 5,
|
||||
'name' => $l->t('Favorites')
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue