Merge branch 'master' into patch-1

pull/1369/head
Kogasa 2022-01-05 13:34:16 -06:00 committed by GitHub
commit 38276e8417
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_before_;
Gtk::Label text_after_; Gtk::Label text_after_;
Glib::RefPtr<Gio::DesktopAppInfo> app_info_; Glib::RefPtr<Gio::DesktopAppInfo> app_info_;
bool button_visible_; bool button_visible_ = false;
bool ignored_; bool ignored_ = false;
bool with_icon_ = false; bool with_icon_ = false;
bool with_name_ = false; bool with_name_ = false;