mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[ion] Change LED color when charging: yellow --> orange
This commit is contained in:
@@ -147,7 +147,7 @@ void AppsContainer::suspend(bool checkIfPowerKeyReleased) {
|
||||
|
||||
void AppsContainer::updateLED() {
|
||||
if (Ion::USB::isPlugged()) {
|
||||
Ion::LED::setColor(Ion::Battery::isCharging() ? KDColorYellow : KDColorGreen);
|
||||
Ion::LED::setColor(Ion::Battery::isCharging() ? KDColorOrange : KDColorGreen);
|
||||
} else {
|
||||
Ion::LED::setColor(KDColorBlack);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user