diff options
| author | historia <historiavg@proton.me> | 2026-08-24 04:07:06 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-24 04:07:06 -0400 |
| commit | 9fb2434dcc8a1ed7bd085b453859d473de64448a (patch) | |
| tree | 8a5ebe4db5defe6c42a7e8adf84f9b7f6ce26db5 /app/ui/hub.py | |
| parent | 73b466fbc054e80b50e318b49643aee8a03c784b (diff) | |
| download | tts-audiobook-generator-9fb2434dcc8a1ed7bd085b453859d473de64448a.tar.gz | |
fix: menu tui up/down, port explanation in menu
Diffstat (limited to 'app/ui/hub.py')
| -rw-r--r-- | app/ui/hub.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/ui/hub.py b/app/ui/hub.py index 0e227da..c3efce6 100644 --- a/app/ui/hub.py +++ b/app/ui/hub.py @@ -403,7 +403,9 @@ def _settings_menu(stdscr) -> None: {"key": "qwen_custom_port", "label": "qwen-tts CustomVoice port", "kind": "text", "value": str(_port_from_url(config.QWEN_API_URL, 7860)), - "validate": _validate_port}, + "validate": _validate_port, + "note": "Ports apply to servers this tool starts and detecting " + "local servers"}, {"key": "qwen_clone_port", "label": "qwen-tts Base (clone) port", "kind": "text", "value": str(_port_from_url(config.CLONE_API_URL, 7861)), |
