mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-22 14:21:33 +03:00
Fix Quit binding in gallery
This commit is contained in:
parent
988a82addb
commit
0c725d5217
@ -49,7 +49,7 @@ class GalleryApp(App[None]):
|
||||
CSS_PATH = "gallery.css"
|
||||
|
||||
BINDINGS = [
|
||||
Binding("ctrl+q", "exit", _("Quit"), priority=True),
|
||||
Binding("ctrl+q", "quit", _("Quit"), priority=True),
|
||||
Binding("ctrl+d", "toggle_dark", _("Toggle Dark Mode")),
|
||||
Binding("left", "previous", _("Previous"), priority=True),
|
||||
Binding("right", "next", _("Next"), priority=True),
|
||||
|
Loading…
Reference in New Issue
Block a user