👍[Update] Main WIndow : update処理をmodelの変更に合わせて修正
updateの結果から直接viewを変更する
This commit is contained in:
3
main.py
3
main.py
@@ -583,7 +583,8 @@ if config.STARTUP_OSC_ENABLED_CHECK is True and config.ENABLE_SEND_MESSAGE_TO_VR
|
|||||||
model.checkOSCStarted(view.printToTextbox_OSCError)
|
model.checkOSCStarted(view.printToTextbox_OSCError)
|
||||||
|
|
||||||
# check Software Updated
|
# check Software Updated
|
||||||
model.checkSoftwareUpdated(callbackChangeStatusSoftwareUpdated)
|
if model.checkSoftwareUpdated() is True:
|
||||||
|
view.showUpdateAvailableButton()
|
||||||
|
|
||||||
# init logger
|
# init logger
|
||||||
if config.ENABLE_LOGGER is True:
|
if config.ENABLE_LOGGER is True:
|
||||||
|
|||||||
Reference in New Issue
Block a user