mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +02:00
parent
c38982d286
commit
f74ba95e95
1 changed files with 3 additions and 0 deletions
|
@ -1510,6 +1510,9 @@ void OverlayWidget::refreshCaptionGeometry() {
|
|||
if (_caption.isEmpty() && (!_stories || !_stories->repost())) {
|
||||
_captionRect = QRect();
|
||||
return;
|
||||
} else if (_fullScreenVideo) {
|
||||
_captionRect = QRect();
|
||||
return;
|
||||
}
|
||||
|
||||
if (_groupThumbs && _groupThumbs->hiding()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue