From 65c6f737f1545ef225768af897acd20f163a4fb4 Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 26 Aug 2026 20:43:05 -0400 Subject: fix: settings menu only prompts to save after change --- app/converter/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/converter/config.py') 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 -- cgit v1.2.3