deploy: 69034e9a2a
This commit is contained in:
@@ -26,7 +26,7 @@ foreground = colors.white
|
|||||||
text = "Option 1",
|
text = "Option 1",
|
||||||
callback = function(self)
|
callback = function(self)
|
||||||
-- Handle selection
|
-- Handle selection
|
||||||
basalt.debug("Selected Option 1")
|
basalt.LOGGER.debug("Selected Option 1")
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -39,7 +39,7 @@ selectedForeground = colors.white
|
|||||||
|
|
||||||
-- Listen for selections
|
-- Listen for selections
|
||||||
dropdown:onChange(function(self, value)
|
dropdown:onChange(function(self, value)
|
||||||
basalt.debug("Selected:", value)
|
basalt.LOGGER.debug("Selected:", value)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
basalt.run()
|
basalt.run()
|
||||||
|
|||||||
Reference in New Issue
Block a user