mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-26 04:33:29 +00:00
fix: Show Gamelist Repopulation when Entering Main Citron Menu
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -1304,6 +1304,7 @@ QStandardItemModel* GameList::GetModel() const {
|
||||
|
||||
void GameList::PopulateAsync(QVector<UISettings::GameDir>& game_dirs) {
|
||||
tree_view->setEnabled(false);
|
||||
emit ShowList(true);
|
||||
tree_view->setColumnHidden(COLUMN_ADD_ONS, !UISettings::values.show_add_ons);
|
||||
tree_view->setColumnHidden(COLUMN_COMPATIBILITY, !UISettings::values.show_compat);
|
||||
tree_view->setColumnHidden(COLUMN_FILE_TYPE, !UISettings::values.show_types);
|
||||
|
||||
Reference in New Issue
Block a user