From 7f0acf15b3afebe05f866a3c253354c6ce9492c5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:42:11 +1000 Subject: [PATCH] chore: fix linter warnings --- modules/bar/popouts/ClipWrapper.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/bar/popouts/ClipWrapper.qml b/modules/bar/popouts/ClipWrapper.qml index a69dff12..bf2a0049 100644 --- a/modules/bar/popouts/ClipWrapper.qml +++ b/modules/bar/popouts/ClipWrapper.qml @@ -4,6 +4,7 @@ import QtQuick import Quickshell import qs.components import qs.config +import qs.modules.bar.popouts // Need to import this module so the Wrapper type is the same as others Item { id: root