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)
|
||||
local symbol = fatSymbol or "●"
|
||||
local symbol = fatSymbol and "●"
|
||||
|
||||
if _G._OCVERSION <= 175 then
|
||||
local symbol = fatSymbol and "⬤" or "●"
|
||||
symbol = fatSymbol and "⬤" or "●"
|
||||
end
|
||||
|
||||
local container = GUI.container(x, y, 5, 1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user