mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00: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