Skip to content

Commit 5e5fd9d

Browse files
committed
CtInfo: Move batch_update_complete emit back to update_game_list
1 parent c0d469f commit 5e5fd9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pupgui2/pupgui2ctinfodialog.py

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def update_game_list(self, cached=True):
7474
self.ui.listGames.setEnabled(False)
7575

7676
self.update_game_list_ui()
77+
self.batch_update_complete.emit(True)
7778

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

0 commit comments

Comments
 (0)