mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Comment fix
This commit is contained in:
parent
8a3f18d703
commit
f87a10dbef
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue