We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cab3a commit d870718Copy full SHA for d870718
src/core/Agent.cpp
@@ -62,7 +62,7 @@ void CAgent::initAuthPrompt() {
62
authState.qmlIntegration = new CQMLIntegration();
63
64
if (qEnvironmentVariableIsEmpty("QT_QUICK_CONTROLS_STYLE"))
65
- QQuickStyle::setStyle("org.kde.desktop");
+ QQuickStyle::setStyle("org.hyprland.style");
66
67
authState.qmlEngine = new QQmlApplicationEngine();
68
authState.qmlEngine->rootContext()->setContextProperty("hpa", authState.qmlIntegration);
0 commit comments