X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/b30eabbee26b1a2189170571e49bc86c0a49d334..683533fa35eac768f3fa8f094e2e2e18d3e91489:/src/main.cpp 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