refactor(Tray): also search in default theme

This commit is contained in:
Alex
2019-04-11 15:28:38 +02:00
parent 78067462be
commit 57c99dc526
2 changed files with 5 additions and 1 deletions

View File

@ -65,6 +65,7 @@ private:
Glib::RefPtr<Gio::Cancellable> cancellable_;
Glib::RefPtr<Gio::DBus::Proxy> proxy_;
std::vector<Glib::ustring> default_icon_path_;
bool update_pending_;
};