mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Make screen share controls available.
This commit is contained in:
@@ -2483,7 +2483,8 @@ void Panel::updateButtonsGeometry() {
|
||||
}
|
||||
|
||||
const auto wideMenuShown = _call->canManage()
|
||||
|| _call->showChooseJoinAs();
|
||||
|| _call->showChooseJoinAs()
|
||||
|| (!rtmp && messagesEnabled); // Screen share there.
|
||||
toggle(_settings, !hidden && !wideMenuShown);
|
||||
toggle(_wideMenu, !hidden && wideMenuShown);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user