add low battery toast, unload if not laptop battery.

This commit is contained in:
2026-05-26 15:57:40 +02:00
parent f475e43c54
commit a2505ee875
5 changed files with 76 additions and 1 deletions
+4
View File
@@ -214,6 +214,10 @@ Singleton {
},
idle: {
timeouts: general.idle.timeouts
},
battery: {
popupThresholds: general.battery.popupThresholds,
critPerc: general.battery.critPerc
}
};
}