WIP - fixing functionality in delete screen.

This commit is contained in:
rajeevrajeshuni 2025-11-29 23:28:50 +05:30
parent 5eaea4dbe0
commit 9e86409e72

View file

@ -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 + """