🐛[bugfix] Model : UpdateのUI表示を修正

This commit is contained in:
misyaguziya
2024-10-09 14:24:10 +09:00
parent bf283affe1
commit 45ddacf4d0
2 changed files with 5 additions and 6 deletions

View File

@@ -1784,10 +1784,11 @@ class View():
self._hideConfirmationModal()
vrct_gui.withdraw()
vrct_gui.updating_window.showUpdatingWindow()
# vrct_gui.updating_window.showUpdatingWindow()
def func(**kwargs):
vrct_gui.updating_window.updateDownloadProgress(**kwargs)
pass
# vrct_gui.updating_window.updateDownloadProgress(**kwargs)
callFunctionIfCallable(self.view_variable.CALLBACK_UPDATE_SOFTWARE, func)