[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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user