diff --git a/src/citra_qt/game_list.cpp b/src/citra_qt/game_list.cpp index a9ec9e830..f630a1ec2 100644 --- a/src/citra_qt/game_list.cpp +++ b/src/citra_qt/game_list.cpp @@ -73,6 +73,8 @@ void GameList::ValidateEntry(const QModelIndex& item) { } void GameList::DonePopulating() { + auto header = tree_view->header(); + item_model->sort(header->sortIndicatorSection(), header->sortIndicatorOrder()); tree_view->setEnabled(true); }