forked from deblan/side_menu
add apps sorter is user side (fix #160)
This commit is contained in:
parent
c8ac0b5922
commit
52d88771d9
6 changed files with 63 additions and 10 deletions
|
|
@ -93,7 +93,7 @@ class NavController extends Controller
|
|||
]);
|
||||
}
|
||||
|
||||
$apps = $this->appRepository->getOrderedApps();
|
||||
$apps = $this->appRepository->getOrderedApps($user);
|
||||
$categoriesLabels = $this->categoryRepository->getOrderedCategories();
|
||||
$hiddenApps = $this->config->getAppValueArray('big-menu-hidden-apps', '[]');
|
||||
$isForced = $this->config->getAppValueBool('force', '0');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue