From a7c653313d2bb1e185cfbc3f0f52c2fe33218600 Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 28 Aug 2026 02:27:10 -0400 Subject: feat: qwen-tts backend widgets updated to same style as audio.cpp --- app/backends/qwen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/backends/qwen.py') diff --git a/app/backends/qwen.py b/app/backends/qwen.py index 2cd164f..d6dd2e0 100644 --- a/app/backends/qwen.py +++ b/app/backends/qwen.py @@ -499,7 +499,7 @@ def models_screen(stdscr) -> int: while True: present = installed_models() rows = [(name, "installed", "ok") if name in present - else ("not installed", "warn") for name in MODEL_REPOS] + else (name, "not installed", "warn") for name in MODEL_REPOS] options = [] for name in MODEL_REPOS: if name in present: -- cgit v1.2.3