From 0d1553123b2cc32a54afa74fc50a4a369aefc86c Mon Sep 17 00:00:00 2001 From: bbedward Date: Tue, 16 Dec 2025 15:16:44 -0500 Subject: [PATCH] binds: accidentally deleted import --- quickshell/Services/KeybindsService.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/quickshell/Services/KeybindsService.qml b/quickshell/Services/KeybindsService.qml index 6b68a6c0..988166db 100644 --- a/quickshell/Services/KeybindsService.qml +++ b/quickshell/Services/KeybindsService.qml @@ -5,6 +5,7 @@ import QtCore import QtQuick import Quickshell import Quickshell.Io +import Quickshell.Wayland import qs.Common import "../Common/KeybindActions.js" as Actions