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