mirror of
https://github.com/KDE/kasts.git
synced 2024-12-18 03:29:35 +01:00
Fix icons on windows again
This commit is contained in:
parent
e9111eb011
commit
66c06ee806
@ -63,7 +63,6 @@ int main(int argc, char *argv[])
|
||||
QLoggingCategory::setFilterRules(QStringLiteral("org.kde.*=true"));
|
||||
QQuickStyle::setStyle(QStringLiteral("org.kde.breeze"));
|
||||
#else
|
||||
QIcon::setFallbackThemeName(QStringLiteral("breeze"));
|
||||
QApplication app(argc, argv);
|
||||
if (qEnvironmentVariableIsEmpty("QT_QUICK_CONTROLS_STYLE")) {
|
||||
QQuickStyle::setStyle(QStringLiteral("org.kde.desktop"));
|
||||
|
Loading…
Reference in New Issue
Block a user