Make sure we compare paths properly

This commit is contained in:
Aleix Pol 2019-07-23 19:41:05 +02:00
parent 72ff860ef0
commit 04c0ff5cd7

View File

@ -316,7 +316,7 @@ QString ThemePrivate::findInTheme(const QString &image, const QString &theme, bo
}
}
QString type;
QString type = QStringLiteral("/");
if (!compositingActive) {
type = QStringLiteral("/opaque/");
} else if (backgroundContrastActive) {