From a58037b968b9a087b7e13059c091151815c8d22b 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 {