mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
create "pseudo-widget" for option groups
This commit is contained in:
@@ -96,6 +96,10 @@ layout.sans2:onPress(function()
|
||||
layout.stepper.font = false
|
||||
end)
|
||||
|
||||
layout.fish:onChange(function()
|
||||
layout.fishStatus.text = 'Selected: ' .. layout.fish.selected.text
|
||||
end)
|
||||
|
||||
-- show the main layout
|
||||
layout:show()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user