Small note addition

This commit is contained in:
Robert Jelic
2025-10-29 18:17:40 +01:00
parent 5a1ec672a7
commit d2e0c30b80
3 changed files with 27 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ local tHex = require("libraries/colorHex")
---@tableField selectedBg color Background when selected
--- A collapsible selection menu that expands to show multiple options when clicked. Supports single and multi-selection modes, custom item styling, separators, and item callbacks.
--- @usage [[
--- @run [[
--- -- Create a styled dropdown menu
--- local dropdown = main:addDropDown()
--- :setPosition(5, 5)