mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix typo and initialize old_status_
This commit is contained in:
@ -29,7 +29,7 @@ class Battery : public ALabel {
|
||||
util::SleeperThread threadTimer_;
|
||||
std::vector<fs::path> batteries_;
|
||||
int fd_;
|
||||
std::string old_state_;
|
||||
std::string old_status_;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user