~aleteoryx/muditaos

5b27fb3680bc26e66db8f7a873bb81e21a5bb6bb — Lukasz Mastalerz 2 years ago d2240e3
[BH-1784] Replace discharged device screen

Add more information to discharged screen
M harmony_changelog.md => harmony_changelog.md +1 -0
@@ 16,6 16,7 @@

### Changed / Improved
* Hardware faults during device startup now result in shutdown and more user friendly message
* Discharged device screen changed

## [2.2.0 2023-09-28]


M products/BellHybrid/apps/application-bell-main/windows/BellBatteryShutdownWindow.cpp => products/BellHybrid/apps/application-bell-main/windows/BellBatteryShutdownWindow.cpp +3 -1
@@ 24,7 24,9 @@ namespace gui

        auto icon =
            new Icon(this, 0, 0, style::window_width, style::window_height, "bell_battery_status_empty_W_M", {});
        icon->text->setVisible(false);
        icon->text->setRichText(utils::translate("app_bell_welcome_charge_message"));
        icon->text->setFont(style::window::font::largelight);
        icon->text->setVisible(true);
        icon->resizeItems();
    }
    bool BellBatteryShutdownWindow::onInput(const InputEvent &)