Skip to content

Commit

Permalink
Add AdwaitaLegacy to themeNames
Browse files Browse the repository at this point in the history
Most of the non-symbolic icons were moved from Adwaita to AdwaitaLegacy, but some legacy applications still use them.
  • Loading branch information
City-busz authored Jul 4, 2024
1 parent 8a74be5 commit 82facd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/asgen/iconhandler.d
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 82facd0

Please sign in to comment.