fix qmllint warnings in systemd/machinectl modules and services

This commit is contained in:
Damocles 2026-05-03 18:37:14 +02:00
parent 545812cf75
commit db2bcb2e69
6 changed files with 39 additions and 24 deletions

View file

@ -1,3 +1,5 @@
pragma ComponentBehavior: Bound
import QtQuick
import Quickshell
import "." as M

View file

@ -1,3 +1,5 @@
pragma ComponentBehavior: Bound
import QtQuick
import Quickshell
import "." as M
@ -19,6 +21,7 @@ M.BarModule {
width: parent.width
accentColor: root.accentColor
active: root._showPanel
onContentResized: root.keepPanelOpen(300)
}
}