working windows driver

This commit is contained in:
Will McGugan
2022-01-27 16:54:10 +00:00
parent 4118d3eb45
commit 988838a872
4 changed files with 254 additions and 309 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", log_verbosity=3)
SmoothApp.run(log="textual.log", log_verbosity=2)