diff --git a/shell/modules/PinnableSection.qml b/shell/modules/PinnableSection.qml index 5a4c1e3..12aff05 100644 --- a/shell/modules/PinnableSection.qml +++ b/shell/modules/PinnableSection.qml @@ -1,12 +1,9 @@ import QtQuick -import Quickshell -import "." as M -import "../services" as S // Base component for bar modules with a pinnable hover panel. // Provides the _pinned/_anyHover/_showPanel/_unpinTimer boilerplate. // Modules bind _panelHovered to their HoverPanel's panelHovered property. -M.BarSection { +BarSection { id: root tooltip: ""