This commit is contained in:
Sepehr Shirkhanlu
2023-07-02 19:52:56 +03:30
committed by GitHub
parent 339505e8c7
commit 9c4858a7b3
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ class QuitScreen(Screen):
class ModalApp(App):
"""A app with a modal dialog."""
"""An app with a modal dialog."""
CSS_PATH = "modal01.css"
BINDINGS = [("q", "request_quit", "Quit")]

View File

@@ -31,7 +31,7 @@ class QuitScreen(ModalScreen):
class ModalApp(App):
"""A app with a modal dialog."""
"""An app with a modal dialog."""
CSS_PATH = "modal01.css"
BINDINGS = [("q", "request_quit", "Quit")]