diff --git a/utils/gui.lua b/utils/gui.lua index af8548c1..b040fb81 100644 --- a/utils/gui.lua +++ b/utils/gui.lua @@ -78,7 +78,7 @@ end ---@param element LuaGuiElement ---@param style string|table function Gui.set_style(element, style) - if type(style) == string then + if type(style) == 'string' then element.style = style else local element_style = element.style