mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop into dev
This commit is contained in:
@@ -1580,7 +1580,7 @@ void Window::notifyUpdateAllPhotos() {
|
||||
(*i)->updatePeerPhoto();
|
||||
}
|
||||
}
|
||||
if (_mediaView) _mediaView->updateControls();
|
||||
if (_mediaView && !_mediaView->isHidden()) _mediaView->updateControls();
|
||||
}
|
||||
|
||||
void Window::notifyUpdateAll() {
|
||||
|
Reference in New Issue
Block a user