Fixed display of settings for viewers of RTMP stream.

This commit is contained in:
23rd 2022-03-01 13:19:20 +03:00
parent 319d661ce6
commit 2b79fd7e67

View file

@ -636,7 +636,7 @@ void SettingsBox(
st::groupCallSettingsButton
)->addClickHandler(std::move(shareLink));
}
if (rtmp) {
if (rtmp && !call->rtmpInfo().url.isEmpty()) {
AddSkip(layout);
addDivider();
AddSkip(layout);