diff options
Diffstat (limited to 'src/indicator.h')
-rw-r--r-- | src/indicator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator.h b/src/indicator.h index b5524d1..7379b32 100644 --- a/src/indicator.h +++ b/src/indicator.h @@ -32,6 +32,7 @@ struct Header std::string title; std::string label; std::string a11y; + std::string tooltip; std::shared_ptr<GIcon> icon; bool operator== (const Header& that) const { |