Update taskbar.hpp
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