Merge the StatusBar bindings table with each screen's bindings table

This commit is contained in:
jacqueline
2024-04-18 11:38:53 +10:00
parent cc255f6d77
commit b17f8a3dcc
6 changed files with 156 additions and 153 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ return screen:new{
})
self.root:center()
self.status_bar = widgets.StatusBar(self.root, {
self.status_bar = widgets.StatusBar(self, {
back_cb = backstack.pop,
title = self.title
})