1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

Downloads: Update queue count when adding a download

This commit is contained in:
loathingKernel 2024-01-20 14:23:20 +02:00
parent ce0b9788ee
commit 7b52dc204c

View file

@ -326,6 +326,7 @@ class DownloadsTab(QWidget):
if self.updates_group.contains(item.options.app_name):
self.updates_group.set_widget_enabled(item.options.app_name, True)
rgame.state = RareGame.State.IDLE
self.update_queues_count()
@pyqtSlot(UninstallOptionsModel)
def __get_uninstall_options(self, options: UninstallOptionsModel):