diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 4 |
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) |
