Use Breeze style on macOS, as on other platforms

This commit is contained in:
Freya Lupen
2025-06-06 12:59:41 +00:00
committed by Tobias Fella
parent aaf655ea5b
commit 4cdaa513d3

View File

@@ -138,6 +138,11 @@ int main(int argc, char *argv[])
font.setHintingPreference(QFont::PreferNoHinting);
app.setFont(font);
#endif
#ifdef Q_OS_MACOS
QApplication::setStyle(u"breeze"_s);
#endif
KLocalizedString::setApplicationDomain(QByteArrayLiteral("neochat"));
QGuiApplication::setOrganizationName("KDE"_L1);