mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Update taskbar.hpp
This commit is contained in:
parent
18ea53fcbc
commit
cb6af026f6
@ -61,8 +61,8 @@ class Task
|
||||
Gtk::Image icon_;
|
||||
Gtk::Label text_before_;
|
||||
Gtk::Label text_after_;
|
||||
bool button_visible_;
|
||||
bool ignored_;
|
||||
bool button_visible_ = false;
|
||||
bool ignored_ = false;
|
||||
|
||||
bool with_icon_;
|
||||
std::string format_before_;
|
||||
|
Loading…
Reference in New Issue
Block a user