WIP - fixing functionality in delete screen.
This commit is contained in:
parent
5eaea4dbe0
commit
9e86409e72
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class DeleteTUIScreen(BaseTUIScreen):
|
|||
Binding("q", "quit_app", "Quit"),
|
||||
Binding("escape", "back", "Back"),
|
||||
Binding("ctrl+s", "delete", "Delete"),
|
||||
Binding("ctrl+a", "delete_all", "Delete All"),
|
||||
Binding("ctrl+a", "delete_all", "Delete All", priority=True),
|
||||
]
|
||||
|
||||
CSS = BaseTUIScreen.CSS + """
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue