mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-20 01:42:38 +02:00
fix(battery): typo
This commit is contained in:
@@ -15,7 +15,7 @@ waybar::modules::Battery::Battery(Json::Value config)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!_batteries.size()) {
|
if (!_batteries.size()) {
|
||||||
std::cerr << "No battries." << std::endl;
|
std::cerr << "No batteries." << std::endl;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user