Skip to content

Commit

Permalink
Merge PR #5863: Backport "FIX(theme): update fallback path for skins"
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl authored Sep 8, 2022
2 parents a7c8c8b + 9ccff85 commit 79b9d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mumble/Themes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bool Themes::applyConfigured() {

QStringList skinPaths;
skinPaths << qssFile.path();
skinPaths << QLatin1String(":/themes/Mumble"); // Some skins might want to fall-back on our built-in resources
skinPaths << QLatin1String(":/themes/Default"); // Some skins might want to fall-back on our built-in resources

QString themeQss = QString::fromUtf8(file.readAll());
setTheme(themeQss, skinPaths);
Expand Down

0 comments on commit 79b9d57

Please sign in to comment.