From 710f4d86d62f3c0b202b44ac63f9753794c930f2 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 5 Sep 2021 16:51:45 +0200 Subject: [PATCH] Android: Use breeze style --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index fb4f426da..868cc77f5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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