fix: default weighted average to true

This commit is contained in:
arne
2025-10-26 06:43:28 +01:00
parent b701d7f70b
commit ca62481dc9
3 changed files with 6 additions and 4 deletions

View File

@ -46,6 +46,7 @@ class Battery : public ALabel {
std::string old_status_;
std::string last_event_;
bool warnFirstTime_{true};
bool weightedAverage_{true};
const Bar& bar_;
util::SleeperThread thread_;