1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

Use breeze style on Windows

Most KDE apps to the same
This commit is contained in:
Julius Künzel 2024-03-24 15:09:29 +00:00 committed by Méven Car
parent 231200e680
commit b30eabbee2

View File

@ -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)