┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Künzel <[email protected]>2024-03-24 15:09:29 +0000
committerMéven Car <[email protected]>2024-03-28 10:56:16 +0000
commitb30eabbee26b1a2189170571e49bc86c0a49d334 (patch)
tree7b53a2ebb5e0d6701cf37ae094fd34eba8deadee /src
parent231200e6800a20aef5a1ba68dd3d64ecbee01000 (diff)
Use breeze style on Windows
Most KDE apps to the same
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e93ee43bc..ea55068bf 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -79,6 +79,10 @@ 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)
+ QApplication::setStyle(QStringLiteral("breeze"));
+#endif
+
KCrash::initialize();
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)