mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fix function chain
This commit is contained in:
@@ -35,7 +35,6 @@ Gui.element{
|
|||||||
hovered_sprite = 'utility/expand',
|
hovered_sprite = 'utility/expand',
|
||||||
tooltip = {'autofill.toggle-section-tooltip'}
|
tooltip = {'autofill.toggle-section-tooltip'}
|
||||||
}
|
}
|
||||||
toggle_section
|
|
||||||
:style(Gui.sprite_style(20))
|
:style(Gui.sprite_style(20))
|
||||||
:on_click(function(_, element, _)
|
:on_click(function(_, element, _)
|
||||||
local header_flow = element.parent
|
local header_flow = element.parent
|
||||||
|
|||||||
Reference in New Issue
Block a user