mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fixed display of settings for viewers of RTMP stream.
This commit is contained in:
@@ -636,7 +636,7 @@ void SettingsBox(
|
|||||||
st::groupCallSettingsButton
|
st::groupCallSettingsButton
|
||||||
)->addClickHandler(std::move(shareLink));
|
)->addClickHandler(std::move(shareLink));
|
||||||
}
|
}
|
||||||
if (rtmp) {
|
if (rtmp && !call->rtmpInfo().url.isEmpty()) {
|
||||||
AddSkip(layout);
|
AddSkip(layout);
|
||||||
addDivider();
|
addDivider();
|
||||||
AddSkip(layout);
|
AddSkip(layout);
|
||||||
|
Reference in New Issue
Block a user