debug logging of battery percent props
This commit is contained in:
@@ -36,6 +36,7 @@ Scope {
|
|||||||
for (const perc of root.popupThresholds) {
|
for (const perc of root.popupThresholds) {
|
||||||
if (p <= perc.perc && !perc.warned) {
|
if (p <= perc.perc && !perc.warned) {
|
||||||
perc.warned = true;
|
perc.warned = true;
|
||||||
|
console.log(perc.warned + "\n" + [...Config.general.battery.popupThresholds][0].warned);
|
||||||
Toaster.toast(perc.title ?? qsTr("Battery warning"), perc.message ?? qsTr("Battery perc is low"), perc.icon ?? "battery_android_alert", perc.critical ? Toast.Error : Toast.Warning);
|
Toaster.toast(perc.title ?? qsTr("Battery warning"), perc.message ?? qsTr("Battery perc is low"), perc.icon ?? "battery_android_alert", perc.critical ? Toast.Error : Toast.Warning);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user