mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
Revert null handle, not an issue
This commit is contained in:
parent
003ea75468
commit
4ad9e4a492
@ -825,7 +825,7 @@ local function overview()
|
|||||||
textLayout:setAlignment(1, 1, GUI.ALIGNMENT_HORIZONTAL_LEFT, GUI.ALIGNMENT_VERTICAL_TOP)
|
textLayout:setAlignment(1, 1, GUI.ALIGNMENT_HORIZONTAL_LEFT, GUI.ALIGNMENT_VERTICAL_TOP)
|
||||||
|
|
||||||
local function add(key, value)
|
local function add(key, value)
|
||||||
textLayout:addChild(GUI.keyAndValue(1, 1, 0x4B4B4B, 0xA5A5A5, key, ": " .. (value or "")))
|
textLayout:addChild(GUI.keyAndValue(1, 1, 0x4B4B4B, 0xA5A5A5, key, ": " .. value))
|
||||||
end
|
end
|
||||||
|
|
||||||
add(localization.statisticsUsersCount, statistics.users_count)
|
add(localization.statisticsUsersCount, statistics.users_count)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user