mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix for random rules names
This commit is contained in:
@@ -47,13 +47,13 @@ class BasicApp(App):
|
||||
|
||||
async def on_mount(self) -> None:
|
||||
"""Build layout here."""
|
||||
|
||||
await self.view.mount(
|
||||
header=Widget(),
|
||||
content=Widget(),
|
||||
footer=Widget(),
|
||||
sidebar=Widget(),
|
||||
)
|
||||
self.panic(self.view.styles)
|
||||
|
||||
|
||||
BasicApp.run(log="textual.log")
|
||||
|
||||
Reference in New Issue
Block a user