diff options
| author | historia <historiavg@proton.me> | 2026-08-28 04:24:06 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-28 04:24:06 -0400 |
| commit | 0dda9a5921eafd03853d233e077138ff72d64e4d (patch) | |
| tree | cbe811a8b0fe81745577ab3d8bdf680d77ff19d2 /app/ui/hub.py | |
| parent | 876a6eb3ba9974d0eadc1fd3f628dafdc56d8716 (diff) | |
| download | tts-audiobook-generator-0dda9a5921eafd03853d233e077138ff72d64e4d.tar.gz | |
feat: .wav hints for all voice directory pickers in tui
Diffstat (limited to 'app/ui/hub.py')
| -rw-r--r-- | app/ui/hub.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/ui/hub.py b/app/ui/hub.py index e17e862..8a6fda7 100644 --- a/app/ui/hub.py +++ b/app/ui/hub.py @@ -1428,6 +1428,7 @@ def _qwen_fields(remote_modes: Optional[list] = None, "visible": lambda fs: _field_value(fs, prefix + "mode") == "custom"}, {"key": prefix + "clone_dir", "label": "Clone .wav directory", "kind": "dir", "value": common.VOICES_DIR, + "info": common.wav_dir_info, "preview": common.wav_dir_preview, "on_change": reset_clone_wav, "visible": lambda fs: _field_value(fs, prefix + "mode") == "clone"}, {"key": prefix + "clone", "label": "Voice to clone", |
