From 42147b2117b785c94f2ae0cfd9445a7edb078b5d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 14 Nov 2025 09:56:57 +0100 Subject: [PATCH] stickypad: fix imports --- .../ii/modules/overlay/stickypad/StickypadContent.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/.config/quickshell/ii/modules/overlay/stickypad/StickypadContent.qml b/dots/.config/quickshell/ii/modules/overlay/stickypad/StickypadContent.qml index 881116a66..d8473ea33 100644 --- a/dots/.config/quickshell/ii/modules/overlay/stickypad/StickypadContent.qml +++ b/dots/.config/quickshell/ii/modules/overlay/stickypad/StickypadContent.qml @@ -3,6 +3,8 @@ import QtQuick.Controls import QtQuick.Layouts import Quickshell import Quickshell.Io +import qs +import qs.services import qs.modules.common import qs.modules.common.widgets