mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[apps] Add an battery icon to indicate that the battery is charging
Change-Id: I26c616cc6e39f87d305b7bd0c27433e646d74b05
This commit is contained in:
@@ -11,6 +11,7 @@ public:
|
||||
void drawRect(KDContext * ctx, KDRect rect) const override;
|
||||
void setTitle(I18n::Message title);
|
||||
void setChargeState(Ion::Battery::Charge chargeState);
|
||||
void setIsCharging(bool isCharging);
|
||||
void refreshPreferences();
|
||||
private:
|
||||
constexpr static KDCoordinate k_batteryLeftMargin = 5;
|
||||
|
||||
Reference in New Issue
Block a user