mirror of
https://github.com/hyprwm/hyprpolkitagent.git
synced 2025-05-12 21:30:41 +01:00
core: move to hyprland-qt-support instead of KDE's qqc2
This commit is contained in:
parent
08cab3a4d9
commit
d870718d78
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue