1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-06-02 18:22:03 -04:00

fix(github): Clear label on empty notifications

Fixes #278
This commit is contained in:
Michael Carlberg 2017-01-13 14:33:16 +01:00
parent 57e8914fa6
commit 2fea813c3d
3 changed files with 14 additions and 3 deletions

View file

@ -60,6 +60,7 @@ namespace drawtypes {
string get() const;
operator bool();
label_t clone();
void clear();
void reset_tokens();
bool has_token(const string& token);
void replace_token(const string& token, string replacement);