Skip to content

Commit

Permalink
CtInfo: Move batch_update_complete emit back to update_game_list
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk committed Jan 29, 2024
1 parent c0d469f commit 5e5fd9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pupgui2/pupgui2ctinfodialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def update_game_list(self, cached=True):
self.ui.listGames.setEnabled(False)

self.update_game_list_ui()
self.batch_update_complete.emit(True)

def update_game_list_steam(self, cached=True):
if self.install_loc.get('launcher') == 'steam' and 'vdf_dir' in self.install_loc:
Expand Down

0 comments on commit 5e5fd9d

Please sign in to comment.