Prep for v0.0.2

This commit is contained in:
Phil Howard
2021-03-09 09:47:56 +00:00
parent 71f2e90f92
commit bc5fec56c6
5 changed files with 12 additions and 3 deletions

View File

@@ -865,7 +865,7 @@ class ViewController:
self.views = views
self._current_view = 0
self._current_subview = 0
@property
def home(self):
return self._current_view == 0 and self._current_subview == 0