diff --git a/src/asgen/iconhandler.d b/src/asgen/iconhandler.d index 562869a..e5b1a8e 100644 --- a/src/asgen/iconhandler.d +++ b/src/asgen/iconhandler.d @@ -340,6 +340,7 @@ public: if (iconTheme !is null) themeNames ~= iconTheme; themeNames ~= "Adwaita"; // GNOME + themeNames ~= "AdwaitaLegacy"; // GNOME themeNames ~= "breeze"; // KDE Package getPackage (const string pkid)