From: Méven Car Date: Mon, 25 Mar 2024 23:47:35 +0000 (+0000) Subject: Also use breeze style on macOS X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/9cadc790c7d5405f779acdcb9adeab8314945d61 Also use breeze style on macOS --- diff --git a/src/main.cpp b/src/main.cpp index ea55068bf..207a12116 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -79,7 +79,7 @@ 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) +#if defined(Q_OS_WIN) || defined(Q_OS_MACOS) QApplication::setStyle(QStringLiteral("breeze")); #endif