fix(sni): ignore name/pixmap updates for custom icons

This commit is contained in:
Runxi Yu
2026-06-19 05:51:00 +00:00
parent 05945748dc
commit e37fcee35d
2 changed files with 13 additions and 2 deletions
+1
View File
@@ -46,6 +46,7 @@ class Item : public sigc::trackable {
std::string title;
std::string icon_name;
Glib::RefPtr<Gdk::Pixbuf> icon_pixmap;
bool has_custom_icon_ = false;
Glib::RefPtr<Gtk::IconTheme> icon_theme;
std::string overlay_icon_name;
Glib::RefPtr<Gdk::Pixbuf> overlay_icon_pixmap;