From 986541f0d343ec21045b13ab67c6358d8b95b0dc Mon Sep 17 00:00:00 2001 From: Kharec Date: Mon, 15 Dec 2025 07:48:07 +0100 Subject: [PATCH] fix: binding description --- auditui/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auditui/app.py b/auditui/app.py index f096767..20dad84 100644 --- a/auditui/app.py +++ b/auditui/app.py @@ -28,7 +28,7 @@ class Auditui(App): """Main application class for the Audible TUI app.""" BINDINGS = [ - ("d", "toggle_dark", "Dark mode"), + ("d", "toggle_dark", "Light/Dark mode"), ("s", "sort", "Sort by name"), ("p", "sort_by_progress", "Sort by progress"), ("a", "show_all", "All/unfinished"),