mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
fix state behavior
This commit is contained in:
@ -31,7 +31,7 @@ class ALabel : public IModule {
|
||||
|
||||
virtual bool handleToggle(GdkEventButton *const &ev);
|
||||
virtual bool handleScroll(GdkEventScroll *);
|
||||
virtual std::string getState(uint8_t value, bool reverse = false);
|
||||
virtual std::string getState(uint8_t value, bool lesser = false, bool reverse = false);
|
||||
|
||||
private:
|
||||
std::vector<int> pid_;
|
||||
|
Reference in New Issue
Block a user