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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user