bug fixes for top items, coloured text, action bar and updater

This commit is contained in:
OTCv8
2020-06-11 21:18:35 +02:00
parent 04b9c2590c
commit 8391355c42
12 changed files with 19 additions and 1928 deletions

View File

@@ -131,10 +131,10 @@ function setupActionPanel(index, panel)
end
panel.nextButton.onClick = function()
panel.tabBar:moveChildToIndex(panel.tabBar:getLastChild(), 1)
panel.tabBar:moveChildToIndex(panel.tabBar:getFirstChild(), panel.tabBar:getChildCount())
end
panel.prevButton.onClick = function()
panel.tabBar:moveChildToIndex(panel.tabBar:getFirstChild(), panel.tabBar:getChildCount())
panel.tabBar:moveChildToIndex(panel.tabBar:getLastChild(), 1)
end
end