1
0
Fork 0
mirror of synced 2024-06-23 08:40:45 +12:00

InstallDialog: Fix dlm keyword argument

This commit is contained in:
loathingKernel 2022-08-26 11:38:13 +03:00
parent b15a5b7007
commit 2b141c276f

View file

@ -356,7 +356,7 @@ class InstallInfoWorker(QRunnable):
)
download = InstallDownloadModel(
dlmanager=dlm,
dlm=dlm,
analysis=analysis,
igame=igame,
game=self.game,