mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-08 04:02:40 +01:00
ИНДИКАТОР
This commit is contained in:
parent
21fe7e0478
commit
51b5ebb6c2
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user