👍[Update] Main WIndow : update処理をmodelの変更に合わせて修正

updateの結果から直接viewを変更する
This commit is contained in:
misyaguziya
2023-09-24 05:38:48 +09:00
parent a9692a2ee9
commit 7662dd4bf5

View File

@@ -583,7 +583,8 @@ if config.STARTUP_OSC_ENABLED_CHECK is True and config.ENABLE_SEND_MESSAGE_TO_VR
model.checkOSCStarted(view.printToTextbox_OSCError)
# check Software Updated
model.checkSoftwareUpdated(callbackChangeStatusSoftwareUpdated)
if model.checkSoftwareUpdated() is True:
view.showUpdateAvailableButton()
# init logger
if config.ENABLE_LOGGER is True: