Update taskbar.hpp

This commit is contained in:
Anakael
2021-11-19 18:51:28 +03:00
committed by GitHub
parent 18ea53fcbc
commit cb6af026f6

View File

@ -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_;