Qt: Do blocking game list refresh with autoboot without batch

Still need the entries.
This commit is contained in:
Stenzek
2025-11-28 16:46:54 +10:00
parent e026117269
commit 9d61e8c4e8

View File

@@ -3434,7 +3434,7 @@ int main(int argc, char* argv[])
}
// When running in batch mode, ensure game list is loaded, but don't scan for any new files.
if (!s_state.batch_mode)
if (!autoboot)
g_main_window->refreshGameList(false);
else
GameList::Refresh(false, true);