Android: Use breeze style

This commit is contained in:
Tobias Fella
2021-09-05 16:51:45 +02:00
parent 1d5b7dee94
commit 710f4d86d6

View File

@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
#ifdef Q_OS_ANDROID
QGuiApplication app(argc, argv);
QQuickStyle::setStyle(QStringLiteral("Material"));
QQuickStyle::setStyle(QStringLiteral("org.kde.breeze"));
#else
QApplication app(argc, argv);
// Default to org.kde.desktop style unless the user forces another style