mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
фикс фикса
This commit is contained in:
parent
3b15a5d712
commit
e7a9edd212
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user