From d18089d293cf32ec1bf06ac49b1e19eaa7a17ef6 Mon Sep 17 00:00:00 2001 From: Dummerle Date: Tue, 6 Apr 2021 10:31:18 +0200 Subject: [PATCH] Fixed bug in DownloadTab --- Rare/Components/Tabs/Downloads/DownloadTab.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Rare/Components/Tabs/Downloads/DownloadTab.py b/Rare/Components/Tabs/Downloads/DownloadTab.py index e2469edf..4ca02a24 100644 --- a/Rare/Components/Tabs/Downloads/DownloadTab.py +++ b/Rare/Components/Tabs/Downloads/DownloadTab.py @@ -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)