Make screen share controls available.

This commit is contained in:
John Preston
2025-10-22 12:06:30 +04:00
parent 3046318de5
commit 4d8cb022c5
@@ -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);