fix: default weighted average to true
This commit is contained in:
@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user