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