Add ux profiles and advanced config block

This commit is contained in:
Thales Maciel 2026-02-26 17:41:06 -03:00
parent c8739b6804
commit 77ae21d0f6
4 changed files with 68 additions and 3 deletions

View file

@ -233,6 +233,7 @@ class Daemon:
text,
lang=STT_LANGUAGE,
dictionary_context=self.vocabulary.build_ai_dictionary_context(),
profile=self.cfg.ux.profile,
)
if ai_text and ai_text.strip():
text = ai_text.strip()