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

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

View File

@@ -964,9 +964,8 @@ def createMainWindow(splash):
model.addKeywords()
# check Software Updated
if config.ENABLE_SPEAKER2CHATBOX is False:
if model.checkSoftwareUpdated() is True:
view.showUpdateAvailableButton()
if model.checkSoftwareUpdated() is True:
view.showUpdateAvailableButton()
# init logger
if config.ENABLE_LOGGER is True: