Skip to content

Commit a6a6046

Browse files
committed
toolbars: (demo) make update_demonstrations local
1 parent 767ebaa commit a6a6046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/df-bottom-toolbars.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ secondary_toolbar_demo = ToolbarDemoPanel{
324324
}
325325

326326
---@param secondary? CenterToolbarSecondaryToolbarNames
327-
function update_demonstrations(secondary)
327+
local function update_demonstrations(secondary)
328328
-- by default, draw primary toolbar demonstrations right above the primary toolbars:
329329
-- {l demo} {c demo} {r demo}
330330
-- [l tool] [c tool] [r tool] (bottom of UI)

0 commit comments

Comments
 (0)