diff options
Diffstat (limited to 'app/ui/hub.py')
| -rw-r--r-- | app/ui/hub.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/ui/hub.py b/app/ui/hub.py index 247dd49..6862b0a 100644 --- a/app/ui/hub.py +++ b/app/ui/hub.py @@ -150,7 +150,10 @@ class _Hub: populated from the detected statuses: configure each installed backend, install (backends with nothing on disk), and uninstall. Selecting one pushes the next screen; Esc pops back to the main - menu. + menu. The Build action downloads any missing models alongside the + build (a split view), so it heals a configured-but-unbuilt backend + in one step; Download Missing Models stays as the fallback for when + a download fails or is interrupted. """ while True: statuses = detect_all() |
