1
0
Fork 0
mirror of synced 2024-06-17 01:54:46 +12:00

Fixed bug in DownloadTab

This commit is contained in:
Dummerle 2021-04-06 10:31:18 +02:00
parent 650c0c1cc4
commit d18089d293

View file

@ -226,7 +226,6 @@ class DownloadTab(QWidget):
return
self.active_game = game
self.installing_game_widget.setText(self.tr("Installing game: ")+self.active_game.app_title)
self.thread = DownloadThread(dlm, self.core, status_queue, igame, options.repair, repair_file)
self.thread.status.connect(self.status)
self.thread.statistics.connect(self.statistics)