binary support fixes

This commit is contained in:
kepler155c@gmail.com
2020-06-01 16:53:01 -06:00
parent 4796e9e77a
commit 5c4ab57ec8
7 changed files with 15 additions and 7 deletions

View File

@@ -32,6 +32,7 @@ function UI.Tabs:add(children)
if not self.tabBar then
self.tabBar = UI.TabBar({
buttons = buttons,
backgroundColor = self.barBackgroundColor,
})
else
self.tabBar:addButtons(buttons)