Merge pull request #380 from SamuelFontes/bugfix/refresh_game_list_after_path_change

qt_gui: Refreshing game list after install directory change
This commit is contained in:
georgemoralis
2024-08-08 22:25:14 +03:00
committed by GitHub

View File

@@ -583,6 +583,7 @@ void MainWindow::InstallDragDropPkg(std::filesystem::path file, int pkgNum, int
void MainWindow::InstallDirectory() {
GameInstallDialog dlg;
dlg.exec();
RefreshGameTable();
}
void MainWindow::SetLastUsedTheme() {