Merge pull request #5138 from runxiyu/runxiyu

fix(sni): ignore name/pixmap updates for custom icons
This commit is contained in:
Alexis Rouillard
2026-07-03 20:52:16 +02:00
committed by GitHub
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;