From 3c9b7e12029f6accdaabb6f60e01bce88156db98 Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 28 Aug 2026 18:33:04 -0400 Subject: fix: better error when no .wav available to clone --- app/ui/hub.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/ui') diff --git a/app/ui/hub.py b/app/ui/hub.py index 5c312cf..0471711 100644 --- a/app/ui/hub.py +++ b/app/ui/hub.py @@ -1195,9 +1195,9 @@ def _audiocpp_fields(stdscr, api_url: Optional[str] = None, tui.form); validate's echo calls it without one. """ if local: - return ("No .wav files available to clone — run Configure " - "Backends → audio.cpp and add voices to its " - "voice-clone .wav directory.") + return ("No .wav files available to clone\n" + "Go to Configure Backends → Configure audio.cpp and " + "set a voice clone directory.") return ("No .wav files available to clone — the audio.cpp server " f"at {url} hosts none. Configure its voice-clone .wav " "directory on that machine.") -- cgit v1.2.3