From 42df4f4eefe2d69fd3e197576ac9bd7a16fc1be1 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Thu, 15 Feb 2024 23:01:36 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Controller=20:=20Speaker?= =?UTF-8?q?2Chatbox=E6=9C=89=E5=8A=B9=E6=99=82=E3=81=AE=E3=82=A2=E3=83=83?= =?UTF-8?q?=E3=83=97=E3=83=87=E3=83=BC=E3=83=88=E9=80=9A=E7=9F=A5=E3=81=AE?= =?UTF-8?q?=E3=83=9E=E3=82=B9=E3=82=AF=E5=87=A6=E7=90=86=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/controller.py b/controller.py index 6cef394e..f695ee45 100644 --- a/controller.py +++ b/controller.py @@ -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: