Skip to content

Commit

Permalink
core: move to hyprland-qt-support instead of KDE's qqc2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Jan 8, 2025
1 parent 08cab3a commit d870718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Agent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d870718

Please sign in to comment.