Skip to content

Commit

Permalink
Add QIcon::fallbackThemeName() as fallback
Browse files Browse the repository at this point in the history
This seems to work on NeoChat when using Awaita as icon theme with
Breeze as fallback.
  • Loading branch information
CarlSchwan authored and notmart committed Nov 1, 2021
1 parent a147d88 commit de3a1ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kiconloader.cpp
Expand Up @@ -684,6 +684,7 @@ void KIconLoaderPrivate::addBaseThemes(KIconThemeNode *node, const QString &appn
// present in an inherited theme, and hicolor goes last.

addInheritedThemes(node, appname);
addThemeByName(QIcon::fallbackThemeName(), appname);
addThemeByName(QStringLiteral("hicolor"), appname);
}

Expand Down

0 comments on commit de3a1ab

Please sign in to comment.