mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 13:02:09 +08:00
fix import spinner start position
old-commit-hash: 9e5bac70614f44d709f22cea6e4516469a5b2697
This commit is contained in:
@@ -509,7 +509,7 @@ def manager_prepare(spinner=None):
|
||||
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
# Spinner has to start from 70 here
|
||||
total = 100.0 if prebuilt else 70.0
|
||||
total = 100.0 if prebuilt else 30.0
|
||||
|
||||
for i, p in enumerate(managed_processes):
|
||||
if spinner is not None:
|
||||
|
||||
Reference in New Issue
Block a user