Merge pull request #1375 from Anakael/pr/anakael/fix-invisible-application

[wlr/taskbar] fix: Missing tasks
This commit is contained in:
Alex 2022-01-05 13:49:31 +01:00 committed by GitHub
commit 621d686310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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