mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Disabled mouse events for information about empty RTMP streams.
This commit is contained in:
parent
60be4b32be
commit
da75e790ea
1 changed files with 1 additions and 0 deletions
|
@ -1615,6 +1615,7 @@ void Panel::setupEmptyRtmp() {
|
||||||
widget(),
|
widget(),
|
||||||
std::move(text),
|
std::move(text),
|
||||||
st::groupCallVideoLimitLabel);
|
st::groupCallVideoLimitLabel);
|
||||||
|
_emptyRtmp->setAttribute(Qt::WA_TransparentForMouseEvents);
|
||||||
_emptyRtmp->show();
|
_emptyRtmp->show();
|
||||||
widget()->sizeValue(
|
widget()->sizeValue(
|
||||||
) | rpl::start_with_next([=](QSize size) {
|
) | rpl::start_with_next([=](QSize size) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue