From 9cadc790c7d5405f779acdcb9adeab8314945d61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A9ven=20Car?= Date: Mon, 25 Mar 2024 23:47:35 +0000 Subject: [PATCH] Also use breeze style on macOS --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3