From 5351581605ef816c0183c45b5793cc58c83fc476 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Wed, 8 Jan 2025 23:04:03 +0100 Subject: [PATCH] core: move to hyprland-qt-support instead of KDE's qqc2 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 21b0392..0089af0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -10,7 +10,7 @@ int main(int argc, char* argv[]) { app.setApplicationName("Hyprland System Info"); if (qEnvironmentVariableIsEmpty("QT_QUICK_CONTROLS_STYLE")) - QQuickStyle::setStyle("org.kde.desktop"); + QQuickStyle::setStyle("org.hyprland.style"); QQmlApplicationEngine engine; engine.addImageProvider("systemIcons", new CSystemIconProvider);