boolean to refresh

This commit is contained in:
Will McGugan
2022-02-16 13:41:07 +00:00
parent c71c337fb1
commit 9a70ea6c3d
5 changed files with 141 additions and 68 deletions

View File

@@ -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: