diff options
| author | historia <historiavg@proton.me> | 2026-09-02 19:33:11 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-09-02 19:33:11 -0400 |
| commit | 0c6ab319b7fb9ec9c8afe9a43ad249cbfc1a126d (patch) | |
| tree | 48dbd33ca1f901d58cbc61e5d03b085a32f61db0 /app/ui | |
| parent | b5bb90e15a6e17fc9b5061792f6b158199fa91bb (diff) | |
| download | tts-audiobook-generator-0c6ab319b7fb9ec9c8afe9a43ad249cbfc1a126d.tar.gz | |
fix: remove overlong text in config backend tui
Diffstat (limited to 'app/ui')
| -rw-r--r-- | app/ui/hub.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/ui/hub.py b/app/ui/hub.py index d576964..afb8a30 100644 --- a/app/ui/hub.py +++ b/app/ui/hub.py @@ -235,8 +235,7 @@ class _Hub: self.stdscr, "Configure Backends", options, back_value=tui.Wizard.BACK, help_lines=["Install, update, configure, or remove a TTS " - "backend. 'Update tts-audiobook-generator' " - "refreshes this tool's own checkout instead."], + "backend."], table_rows=_status_rows(statuses), notice_lines=_notice_lines()) if choice is tui.Wizard.BACK: |
