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

Fix ordering in InstallDownloadModel to match prepare_download

This commit is contained in:
loathingKernel 2022-06-26 01:25:43 +03:00
parent ad81546b35
commit 82015f21d4

View file

@ -37,8 +37,8 @@ class InstallOptionsModel:
class InstallDownloadModel:
dlmanager: DLManager
analysis: AnalysisResult
game: Game
igame: InstalledGame
game: Game
repair: bool
repair_file: str
res: ConditionCheckResult