Notifications: proper display on selected screen
This commit is contained in:
parent
8afb71b114
commit
2abe7c9bd1
6 changed files with 260 additions and 255 deletions
|
|
@ -19,6 +19,7 @@ Variants {
|
|||
implicitHeight: Style.barHeight * scaling
|
||||
color: "transparent"
|
||||
|
||||
// If no bar display activated in settings, then show them all
|
||||
visible: modelData ? (Settings.data.bar.monitors.includes(modelData.name)
|
||||
|| (Settings.data.bar.monitors.length === 0)) : false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue