Removed fake brightness (#2349)

This commit is contained in:
Totoo
2024-11-08 08:47:22 +01:00
committed by GitHub
parent a153cd741d
commit c31fef0535
8 changed files with 7 additions and 153 deletions
-6
View File
@@ -279,12 +279,6 @@ class SystemStatusView : public View {
Theme::getInstance()->fg_light->foreground,
Theme::getInstance()->bg_dark->background};
ImageButton button_fake_brightness{
{0, 0, 2 * 8, 1 * 16},
&bitmap_icon_brightness,
*Theme::getInstance()->status_active,
Theme::getInstance()->bg_dark->background};
SDCardStatusView sd_card_status_view{
{0, 0 * 16, 2 * 8, 1 * 16}};