1
0
mirror of https://github.com/rad4day/Waybar.git synced 2023-12-21 10:22:59 +01:00

fix: Missing tasks

This commit is contained in:
dmitry 2022-01-05 15:38:52 +03:00
parent 19069482e2
commit 812832d38a

@ -64,8 +64,8 @@ class Task
Gtk::Label text_before_;
Gtk::Label text_after_;
Glib::RefPtr<Gio::DesktopAppInfo> app_info_;
bool button_visible_;
bool ignored_;
bool button_visible_ = false;
bool ignored_ = false;
bool with_icon_ = false;
bool with_name_ = false;