From d870718d78ee08c29faae94fb41a60acb78f0732 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Wed, 8 Jan 2025 23:09:30 +0100 Subject: [PATCH] core: move to hyprland-qt-support instead of KDE's qqc2 --- src/core/Agent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Agent.cpp b/src/core/Agent.cpp index f3c579b..e482af0 100644 --- a/src/core/Agent.cpp +++ b/src/core/Agent.cpp @@ -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);