mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
inline gifs playback / stopping done
This commit is contained in:
@@ -723,6 +723,13 @@ QPixmap MainWidget::grabInner() {
|
||||
}
|
||||
}
|
||||
|
||||
bool MainWidget::isItemVisible(HistoryItem *item) {
|
||||
if (isHidden() || _a_show.animating()) {
|
||||
return false;
|
||||
}
|
||||
return history.isItemVisible(item);
|
||||
}
|
||||
|
||||
QPixmap MainWidget::grabTopBar() {
|
||||
if (!_topBar.isHidden()) {
|
||||
return myGrab(&_topBar);
|
||||
|
Reference in New Issue
Block a user