From 51b5ebb6c2558ebb6782f03490e31c740305c798 Mon Sep 17 00:00:00 2001 From: IgorTimofeev Date: Mon, 29 Jan 2024 15:57:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=9D=D0=94=D0=98=D0=9A=D0=90=D0=A2?= =?UTF-8?q?=D0=9E=D0=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/App Market.app/Main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/App Market.app/Main.lua b/Applications/App Market.app/Main.lua index 9845fa80..28b40a55 100644 --- a/Applications/App Market.app/Main.lua +++ b/Applications/App Market.app/Main.lua @@ -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)