From: Julius Künzel Date: Sun, 24 Mar 2024 15:09:29 +0000 (+0000) Subject: Use breeze style on Windows X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/b30eabbee26b1a2189170571e49bc86c0a49d334 Use breeze style on Windows Most KDE apps to the same --- diff --git a/src/main.cpp b/src/main.cpp index e93ee43bc..ea55068bf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -79,6 +79,10 @@ int main(int argc, char **argv) QApplication app(argc, argv); app.setWindowIcon(QIcon::fromTheme(QStringLiteral("system-file-manager"), app.windowIcon())); +#if defined(Q_OS_WIN) + QApplication::setStyle(QStringLiteral("breeze")); +#endif + KCrash::initialize(); #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)