┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2024-03-25 23:47:35 +0000
committerMéven Car <[email protected]>2024-03-28 10:56:16 +0000
commit9cadc790c7d5405f779acdcb9adeab8314945d61 (patch)
treea2ec7bb32c21ea4072490bc5022b1b3befb4ef5f /src
parentb30eabbee26b1a2189170571e49bc86c0a49d334 (diff)
Also use breeze style on macOS
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
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