Shell vs Bar modelData

This commit is contained in:
quadbyte 2025-08-10 07:02:14 -04:00
parent 2307cac558
commit ca86e93540
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ PanelWindow {
screen: modelData
implicitHeight: Style.barHeight * scaling
color: "transparent"
visible: true //Settings.settings.barMonitors.includes(modelData.name) || (Settings.settings.barMonitors.length === 0)
visible: Settings.settings.barMonitors.includes(modelData.name) || (Settings.settings.barMonitors.length === 0)
anchors {
top: true
@ -43,7 +43,7 @@ PanelWindow {
spacing: Style.marginMedium * scaling
NText {
text: "Left"
text: screen.name
anchors.verticalCenter: parent.verticalCenter
}
}

View file

@ -21,9 +21,9 @@ ShellRoot {
}
Background {}
// Background {}
Overview {}
// Overview {}
}