diff options
| author | historia <historiavg@proton.me> | 2026-08-26 20:43:05 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-26 20:43:05 -0400 |
| commit | 65c6f737f1545ef225768af897acd20f163a4fb4 (patch) | |
| tree | 9c0974944191e50b9caa90591dfcb7f97c659770 /app/converter/config.py | |
| parent | 975bd960fd07e75799b8e3adc4c0033046b34792 (diff) | |
| download | tts-audiobook-generator-65c6f737f1545ef225768af897acd20f163a4fb4.tar.gz | |
fix: settings menu only prompts to save after change
Diffstat (limited to 'app/converter/config.py')
| -rw-r--r-- | app/converter/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/converter/config.py b/app/converter/config.py index 9b09e7a..ae7189f 100644 --- a/app/converter/config.py +++ b/app/converter/config.py @@ -12,7 +12,7 @@ CHUNK_SIZE = 250 # Default for "Stop server and exit" on the Generate audiobooks form # (TUI Settings menu: "Default stop server and exit"). -STOP_SERVER_AND_EXIT = False +STOP_SERVER_AND_EXIT = True # Default TTS backend. # audiocpp: audiocpp_server |
