diff options
| author | Méven Car <[email protected]> | 2024-03-25 23:47:35 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2024-03-28 10:56:16 +0000 |
| commit | 9cadc790c7d5405f779acdcb9adeab8314945d61 (patch) | |
| tree | a2ec7bb32c21ea4072490bc5022b1b3befb4ef5f /src/main.cpp | |
| parent | b30eabbee26b1a2189170571e49bc86c0a49d334 (diff) | |
Also use breeze style on macOS
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
