From c0545cf2c2c83f96707c4350a0867c82ec07c7fc Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Wed, 23 Jul 2025 20:33:47 +0100 Subject: [PATCH] promenu: remove redundant setColor --- apps/promenu/bootb2.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/promenu/bootb2.ts b/apps/promenu/bootb2.ts index 46fe112fc..dd92a9deb 100644 --- a/apps/promenu/bootb2.ts +++ b/apps/promenu/bootb2.ts @@ -172,7 +172,6 @@ E.showMenu = ((items?: Menu): MenuInstance | void => { }, 300, name, v, item, idx, x, iy); } - g.setColor(g.theme.fg); iy += fontHeight; idx++; }