We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0cca9 commit 7ea2f42Copy full SHA for 7ea2f42
src/textual/app.py
@@ -3317,7 +3317,7 @@ async def on_event(self, event: events.Event) -> None:
3317
def escape_to_minimize(self) -> bool:
3318
"""Use the escape key to minimize?
3319
3320
- When a widget is [maximized][textual.screen.Screen.maximize], this value determines if the `escape` key will
+ When a widget is [maximized][textual.screen.Screen.maximize], this boolean determines if the `escape` key will
3321
minimize the widget (potentially overriding any bindings).
3322
3323
The default logic is to use the screen's `ESCAPE_TO_MINIMIZE` classvar if it is set to `True` or `False`.
0 commit comments