mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
working windows driver
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user