mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Close short info box by outside click in stories.
This commit is contained in:
parent
93457c8ea3
commit
dd9ea29334
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ OverlayWidget::OverlayWidget()
|
|||
, _stateAnimation([=](crl::time now) { return stateAnimationCallback(now); })
|
||||
, _dropdown(_body, st::mediaviewDropdownMenu) {
|
||||
_layerBg->setStyleOverrides(&st::groupCallBox, &st::groupCallLayerBox);
|
||||
_layerBg->setHideByBackgroundClick(true);
|
||||
|
||||
CrashReports::SetAnnotation("OpenGL Renderer", "[not-initialized]");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue