mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Remove extra logout button from mobile top header menu
This commit is contained in:
parent
a015217f83
commit
214f2bd03c
@ -1225,7 +1225,6 @@ abstract class Framework extends Framework\Extra
|
||||
// array of topmenu info items (orders of the items matter)
|
||||
$topmenu_info_items = [
|
||||
'user_avatar' => $this->_user_avatar_menu(),
|
||||
'logout' => (Header\UserAgent::mobile()) ? self::_logout_menu() : null,
|
||||
'update' => ($update = Framework\Updates::notification()) ? $update : null,
|
||||
'notifications' => ($GLOBALS['egw_info']['user']['apps']['notifications']) ? self::_get_notification_bell() : null,
|
||||
'quick_add' => $vars['quick_add'],
|
||||
|
Loading…
Reference in New Issue
Block a user