fix(Network): format-alt

This commit is contained in:
Alexis
2019-01-13 22:36:37 +01:00
parent f8116132a7
commit eace8c549f
3 changed files with 17 additions and 12 deletions

View File

@ -23,12 +23,12 @@ protected:
std::string format_;
std::mutex mutex_;
const std::chrono::seconds interval_;
bool alt_ = false;
std::string default_format_;
private:
bool handleToggle(GdkEventButton *const &ev);
bool handleScroll(GdkEventScroll *);
bool alt = false;
const std::string default_format_;
};
} // namespace waybar