mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-20 16:42:04 +08:00
easier to see
This commit is contained in:
@@ -137,7 +137,7 @@ class ModelsLayout(Widget):
|
||||
p = model.artifact.downloadProgress
|
||||
name = bundle.displayName
|
||||
|
||||
text, show, color = f"pending - {name}", False, rl.BLACK
|
||||
text, show, color = f"pending - {name}", False, rl.GRAY
|
||||
if p.status == custom.ModelManagerSP.DownloadStatus.downloading:
|
||||
text, show = f"{int(p.progress)}% - {name}", True
|
||||
elif p.status == custom.ModelManagerSP.DownloadStatus.downloaded:
|
||||
|
||||
Reference in New Issue
Block a user