2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Slide psa / quiz toast from the top.

This commit is contained in:
John Preston
2020-04-30 13:16:42 +04:00
parent dd78052f92
commit ff25f1d5c9
4 changed files with 24 additions and 15 deletions

View File

@@ -1842,7 +1842,8 @@ void HistoryWidget::showHistory(
}
_scroll->hide();
_list = _scroll->setOwnedWidget(object_ptr<HistoryInner>(this, controller(), _scroll, _history));
_list = _scroll->setOwnedWidget(
object_ptr<HistoryInner>(this, _scroll, controller(), _history));
_list->show();
_updateHistoryItems.stop();