🐛[bugfix] Controller : Speaker2Chatbox有効時のアップデート通知のマスク処理を削除

This commit is contained in:
misyaguziya
2024-02-15 23:01:36 +09:00
parent 4b8e36794b
commit 42df4f4eef

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()