Disabled mouse events for information about empty RTMP streams.

This commit is contained in:
23rd 2022-03-01 10:05:13 +03:00
parent 60be4b32be
commit da75e790ea
1 changed files with 1 additions and 0 deletions

View File

@ -1615,6 +1615,7 @@ void Panel::setupEmptyRtmp() {
widget(),
std::move(text),
st::groupCallVideoLimitLabel);
_emptyRtmp->setAttribute(Qt::WA_TransparentForMouseEvents);
_emptyRtmp->show();
widget()->sizeValue(
) | rpl::start_with_next([=](QSize size) {