X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/c035e95e1d74fecd8267b08009c616232e2c16b0..282e809b341d8885fe91122bc510e5992e797cee:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index e93ee43bc..207a12116 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) || defined(Q_OS_MACOS) + QApplication::setStyle(QStringLiteral("breeze")); +#endif + KCrash::initialize(); #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)