[bugfix] ソフトウェアの更新チェック処理が分離されていなかった

This commit is contained in:
misygauziya
2023-08-20 09:00:56 +09:00
parent b7d6477228
commit b2021aeaab
2 changed files with 9 additions and 4 deletions

View File

@@ -62,7 +62,10 @@ class App(CTk):
model.addKeywords()
# check OSC started
model.oscCheck()
model.checkOSCStarted()
# check Software Updated
model.checkSoftwareUpdated()
def button_config_callback(self):
self.foreground_stop()