Remove extra logout button from mobile top header menu

This commit is contained in:
Hadi Nategh 2022-10-10 13:20:11 +02:00
parent a015217f83
commit 214f2bd03c

View File

@ -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'],