Qt: Show game list scanning progress visually

This commit is contained in:
Connor McLaughlin
2020-03-12 15:32:34 +10:00
parent 0e3bcfa7b5
commit 21ecf231d9
2 changed files with 8 additions and 2 deletions

View File

@ -32,5 +32,7 @@ int main(int argc, char* argv[])
std::unique_ptr<MainWindow> window = std::make_unique<MainWindow>(host_interface.get());
window->show();
host_interface->refreshGameList();
return app.exec();
}