From f87a10dbefb22053a713e5345409c1ec1cd8f29d Mon Sep 17 00:00:00 2001 From: Nicolas Mailloux Date: Tue, 25 Jul 2023 11:20:50 -0400 Subject: [PATCH] Comment fix --- src/functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();