mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-07 19:52:40 +01:00
Багфикс
This commit is contained in:
parent
a81f3fec5d
commit
cc3930702f
@ -12,7 +12,6 @@ local libraries = {
|
||||
["serialization"] = "serialization",
|
||||
["internet"] = "internet",
|
||||
["buffer"] = "doubleBuffering",
|
||||
["image"] = "image",
|
||||
}
|
||||
|
||||
local components = {
|
||||
@ -1469,6 +1468,7 @@ ECSAPI.OSIconsHeight = 6
|
||||
|
||||
--Вся необходимая информация для иконок
|
||||
local function OSIconsInit()
|
||||
if not _G.image then _G.image = require("image") end
|
||||
if not ECSAPI.OSIcons then
|
||||
--Константы для иконок
|
||||
ECSAPI.OSIcons = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user