merge main

This commit is contained in:
Will McGugan
2022-01-31 14:20:29 +00:00
12 changed files with 645 additions and 260 deletions

View File

@@ -32,5 +32,7 @@ class SmoothApp(App):
self.bar.layout_offset_x = -40
# self.set_timer(10, lambda: self.action("quit"))
SmoothApp.run(log="textual.log")
SmoothApp.run(log="textual.log", log_verbosity=2)