]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/main.cpp
Also use breeze style on macOS
[dolphin.git] / src / main.cpp
index ea55068bf499580c95fead5f300b19acd35ab05a..207a12116663269ffa76eb89cf45a00aea551f1d 100644 (file)
@@ -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