фикс фикса

This commit is contained in:
Axeer 2022-09-13 05:32:49 +03:00
parent 3b15a5d712
commit e7a9edd212

View File

@ -886,10 +886,10 @@ end
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
function GUI.actionButtons(x, y, fatSymbol) function GUI.actionButtons(x, y, fatSymbol)
local symbol = fatSymbol or "" local symbol = fatSymbol and ""
if _G._OCVERSION <= 175 then if _G._OCVERSION <= 175 then
local symbol = fatSymbol and "" or "" symbol = fatSymbol and "" or ""
end end
local container = GUI.container(x, y, 5, 1) local container = GUI.container(x, y, 5, 1)