mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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())) {
|
if (_caption.isEmpty() && (!_stories || !_stories->repost())) {
|
||||||
_captionRect = QRect();
|
_captionRect = QRect();
|
||||||
return;
|
return;
|
||||||
|
} else if (_fullScreenVideo) {
|
||||||
|
_captionRect = QRect();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_groupThumbs && _groupThumbs->hiding()) {
|
if (_groupThumbs && _groupThumbs->hiding()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue