mirror of
https://github.com/airstruck/luigi.git
synced 2026-03-14 05:36:51 -06:00
support vertical progress
This commit is contained in:
@@ -13,6 +13,7 @@ end)
|
||||
layout.flowToggle:onChange(function (event)
|
||||
layout.flowTest.flow = event.value and 'x' or 'y'
|
||||
layout.slidey.flow = event.value and 'y' or 'x'
|
||||
layout.progressBar.flow = event.value and 'y' or 'x'
|
||||
end)
|
||||
|
||||
layout.newButton:onPress(function (event)
|
||||
|
||||
Reference in New Issue
Block a user