Always show menu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
d86c1e9503
commit
33f85f64c7
1 changed files with 11 additions and 13 deletions
|
@ -62,8 +62,7 @@ if ($config->getAppValue('core', 'shareapi_enabled', 'yes') === 'yes') {
|
|||
'name' => $l->t('Shared with you'),
|
||||
];
|
||||
});
|
||||
$deletedShares = $shareManager->getDeletedSharedWith($userSession->getUser()->getUID(), \OCP\Share::SHARE_TYPE_GROUP, null, -1, 0);
|
||||
if (count($deletedShares) > 0) {
|
||||
|
||||
\OCA\Files\App::getNavigationManager()->add(function () {
|
||||
$l = \OC::$server->getL10N('files_sharing');
|
||||
return [
|
||||
|
@ -74,7 +73,6 @@ if ($config->getAppValue('core', 'shareapi_enabled', 'yes') === 'yes') {
|
|||
'name' => $l->t('Deleted shares'),
|
||||
];
|
||||
});
|
||||
}
|
||||
|
||||
if (\OCP\Util::isSharingDisabledForUser() === false) {
|
||||
\OCA\Files\App::getNavigationManager()->add(function () {
|
||||
|
|
Loading…
Reference in a new issue