1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00

DownloadsTab: Show the update version of InstallDialog if it is an update

Signed-off-by: loathingKernel <142770+loathingKernel@users.noreply.github.com>
This commit is contained in:
loathingKernel 2022-10-22 15:44:22 +03:00
parent e9fab53aff
commit ef65e8ce09

View file

@ -297,5 +297,5 @@ class UpdateWidget(QWidget):
self.update_button.setDisabled(True)
self.update_with_settings.setDisabled(True)
self.update_signal.emit(
InstallOptionsModel(app_name=self.igame.app_name, silent=auto)
InstallOptionsModel(app_name=self.igame.app_name, update=True, silent=auto)
) # True if settings