Фиксанул уёбищные цвета

This commit is contained in:
IgorTimofeev
2024-01-02 20:51:27 +03:00
parent ad6fc7f37b
commit bb9af38d6c
4 changed files with 8 additions and 14 deletions

View File

@@ -34,7 +34,6 @@ local desktopMenuLayout
local desktopMenuMineOSItem
local desktopIconField
local desktopBackground
local desktopBackgroundColor = 0x1E1E1E
local desktopBackgroundWallpaperX
local desktopBackgroundWallpaperY
@@ -2293,7 +2292,7 @@ function system.execute(path, ...)
end
local function desktopBackgroundAmbientDraw()
screen.drawRectangle(1, desktopBackground.y, desktopBackground.width, desktopBackground.height, desktopBackgroundColor, 0, " ")
screen.drawRectangle(1, desktopBackground.y, desktopBackground.width, desktopBackground.height, userSettings.interfaceColorDesktopBackground or 0x1E1E1E, 0, " ")
end
function system.updateWallpaper()