prototype screens api

This commit is contained in:
Will McGugan
2022-08-16 11:00:47 +01:00
parent e94ea25faf
commit ff55dafb86
9 changed files with 227 additions and 44 deletions

View File

@@ -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)