Make sure we compare paths properly
This commit is contained in:
parent
72ff860ef0
commit
04c0ff5cd7
@ -316,7 +316,7 @@ QString ThemePrivate::findInTheme(const QString &image, const QString &theme, bo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QString type;
|
QString type = QStringLiteral("/");
|
||||||
if (!compositingActive) {
|
if (!compositingActive) {
|
||||||
type = QStringLiteral("/opaque/");
|
type = QStringLiteral("/opaque/");
|
||||||
} else if (backgroundContrastActive) {
|
} else if (backgroundContrastActive) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user