Skip to content

Commit a3de92a

Browse files
committed
docstring
1 parent bdba1d4 commit a3de92a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textual/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ class MyApp(App[None]):
462462
"""How the command palette key should be displayed in the footer (or `None` for default)."""
463463

464464
ALLOW_IN_MAXIMIZED_VIEW: ClassVar[str] = ".textual-system,Footer"
465+
"""The default value of [Screen.ALLOW_IN_MAXIMIZED_VIEW][textual.screen.Screen.ALLOW_IN_MAXIMIZED_VIEW]."""
465466

466467
BINDINGS: ClassVar[list[BindingType]] = [
467468
Binding("ctrl+c", "quit", "Quit", show=False, priority=True)

0 commit comments

Comments
 (0)