fix: correct binding according to name
This commit is contained in:
@@ -29,7 +29,7 @@ class Auditui(App):
|
|||||||
|
|
||||||
BINDINGS = [
|
BINDINGS = [
|
||||||
("d", "toggle_dark", "Light/Dark mode"),
|
("d", "toggle_dark", "Light/Dark mode"),
|
||||||
("s", "sort", "Sort by name"),
|
("n", "sort", "Sort by name"),
|
||||||
("p", "sort_by_progress", "Sort by progress"),
|
("p", "sort_by_progress", "Sort by progress"),
|
||||||
("a", "show_all", "All/unfinished"),
|
("a", "show_all", "All/unfinished"),
|
||||||
("enter", "play_selected", "Play"),
|
("enter", "play_selected", "Play"),
|
||||||
|
|||||||
Reference in New Issue
Block a user