core: move to hyprland-qt-support instead of KDE's qqc2

This commit is contained in:
vaxerski 2025-01-08 23:04:03 +01:00
parent 3498fad4c4
commit 5351581605

View file

@ -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);