From 1cfaa7877eee0b66bab6048a2cb11788ba92d374 Mon Sep 17 00:00:00 2001 From: illuzn <57167030+illuzn@users.noreply.github.com> Date: Wed, 25 May 2022 11:44:12 +0930 Subject: [PATCH] Fixes US p layout Remove redundant references to `tMainIconAlt` and `tMainTextAlt` --- apps/nspanel-lovelace-ui/luibackend/theme.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/nspanel-lovelace-ui/luibackend/theme.py b/apps/nspanel-lovelace-ui/luibackend/theme.py index 7ac070e6..b344bee9 100644 --- a/apps/nspanel-lovelace-ui/luibackend/theme.py +++ b/apps/nspanel-lovelace-ui/luibackend/theme.py @@ -22,8 +22,6 @@ default_screensaver_color_mapping = { "tForecast3Val": "65535", "tForecast4Val": "65535", "bar": "65535", - "tMainIconAlt": "65535", - "tMainTextAlt": "65535", "tMRIcon": "65535", "tMR": "65535" }