We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d469f commit 5e5fd9dCopy full SHA for 5e5fd9d
pupgui2/pupgui2ctinfodialog.py
@@ -74,6 +74,7 @@ def update_game_list(self, cached=True):
74
self.ui.listGames.setEnabled(False)
75
76
self.update_game_list_ui()
77
+ self.batch_update_complete.emit(True)
78
79
def update_game_list_steam(self, cached=True):
80
if self.install_loc.get('launcher') == 'steam' and 'vdf_dir' in self.install_loc:
0 commit comments