core: move to hyprland-qt-support instead of KDE's qqc2

This commit is contained in:
vaxerski 2025-01-08 23:09:30 +01:00
parent 08cab3a4d9
commit d870718d78

View file

@ -62,7 +62,7 @@ void CAgent::initAuthPrompt() {
authState.qmlIntegration = new CQMLIntegration();
if (qEnvironmentVariableIsEmpty("QT_QUICK_CONTROLS_STYLE"))
QQuickStyle::setStyle("org.kde.desktop");
QQuickStyle::setStyle("org.hyprland.style");
authState.qmlEngine = new QQmlApplicationEngine();
authState.qmlEngine->rootContext()->setContextProperty("hpa", authState.qmlIntegration);