diff --git a/src/functions.h b/src/functions.h index 131cab0..5bdc5d5 100644 --- a/src/functions.h +++ b/src/functions.h @@ -444,7 +444,7 @@ namespace { batteryLevel.append("%"); } else { - // It's for the Nia model c - but also its a more regular - default path, so make it the fallback + // It's for the Nia model C - but it's also a more regular/default path, so make it the fallback QString path = "/sys/class/power_supply/battery/capacity"; if(QFile::exists(path)) { batteryLevel = readFile(path).trimmed();