From 997011e0085edaa34d7804ce9022d69b7072f0c5 Mon Sep 17 00:00:00 2001 From: bbedward Date: Fri, 13 Mar 2026 13:25:20 -0400 Subject: [PATCH] fix: missing import in Hyprland service --- quickshell/Services/HyprlandService.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/quickshell/Services/HyprlandService.qml b/quickshell/Services/HyprlandService.qml index a58974e4..20096ef6 100644 --- a/quickshell/Services/HyprlandService.qml +++ b/quickshell/Services/HyprlandService.qml @@ -4,6 +4,7 @@ pragma ComponentBehavior: Bound import QtCore import QtQuick import Quickshell +import Quickshell.Hyprland import qs.Common Singleton {