Merge branch 'bugfix_autoupdate' into develop

This commit is contained in:
misyaguziya
2024-02-15 23:01:50 +09:00

View File

@@ -964,7 +964,6 @@ def createMainWindow(splash):
model.addKeywords() model.addKeywords()
# check Software Updated # check Software Updated
if config.ENABLE_SPEAKER2CHATBOX is False:
if model.checkSoftwareUpdated() is True: if model.checkSoftwareUpdated() is True:
view.showUpdateAvailableButton() view.showUpdateAvailableButton()