aboutsummaryrefslogtreecommitdiff
path: root/app/ui/hub.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/ui/hub.py')
-rw-r--r--app/ui/hub.py4
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)),