mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
prototype screens api
This commit is contained in:
@@ -43,7 +43,7 @@ class BasicApp(App):
|
||||
self.panic(self.app.tree)
|
||||
|
||||
def action_dump(self):
|
||||
self.panic(str(self.app.registry))
|
||||
self.panic(str(self.app._registry))
|
||||
|
||||
def action_log_tree(self):
|
||||
self.log(self.screen.tree)
|
||||
|
||||
Reference in New Issue
Block a user