Skip to content

Commit d870718

Browse files
committed
core: move to hyprland-qt-support instead of KDE's qqc2
1 parent 08cab3a commit d870718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Agent.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ void CAgent::initAuthPrompt() {
6262
authState.qmlIntegration = new CQMLIntegration();
6363

6464
if (qEnvironmentVariableIsEmpty("QT_QUICK_CONTROLS_STYLE"))
65-
QQuickStyle::setStyle("org.kde.desktop");
65+
QQuickStyle::setStyle("org.hyprland.style");
6666

6767
authState.qmlEngine = new QQmlApplicationEngine();
6868
authState.qmlEngine->rootContext()->setContextProperty("hpa", authState.qmlIntegration);

0 commit comments

Comments
 (0)