mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
boolean to refresh
This commit is contained in:
@@ -11,9 +11,9 @@ class BasicApp(App):
|
||||
"""Build layout here."""
|
||||
self.mount(
|
||||
header=Widget(),
|
||||
content=Placeholder(),
|
||||
footer=Widget(),
|
||||
sidebar=Widget(),
|
||||
# content=Placeholder(),
|
||||
# footer=Widget(),
|
||||
# sidebar=Widget(),
|
||||
)
|
||||
|
||||
async def on_key(self, event: events.Key) -> None:
|
||||
|
||||
Reference in New Issue
Block a user