[Update] Add Starting Up Animation and downloading models progress display.

Backend: Move the init progressed position 4 to a little bit earlier.
This commit is contained in:
Sakamoto Shiina
2024-11-26 14:44:31 +09:00
parent 83ff143064
commit 70e411daf5
16 changed files with 465 additions and 51 deletions

View File

@@ -1750,6 +1750,8 @@ class Controller:
if config.LOGGER_FEATURE is True:
model.startLogger()
self.initializationProgress(4)
# init OSC receive
printLog("Init OSC Receive")
model.startReceiveOSC()
@@ -1772,8 +1774,6 @@ class Controller:
if (config.OVERLAY_SMALL_LOG is True or config.OVERLAY_LARGE_LOG is True):
model.startOverlay()
self.initializationProgress(4)
printLog("Update settings")
self.updateConfigSettings()