ИНДИКАТОР

This commit is contained in:
IgorTimofeev 2024-01-29 15:57:29 +03:00
parent 21fe7e0478
commit 51b5ebb6c2

View File

@ -2012,7 +2012,7 @@ local function leftListItemDraw(pressable)
-- Рисуем синюю писечку, просящую прочитать сообщения
if pressable.showIndicator then
screen.drawText(pressable.x + 1, pressable.y + 2, 0x005EFF, "")
screen.drawText(pressable.x + pressable.width - 3, pressable.y + 1, 0xFFDB80, "")
end
local y = math.floor(pressable.y + pressable.height / 2)