Dock: Settings
- Removed master toggle again, as we have it per display - moved autoHide setting into the dock section - conditional dock per display working
This commit is contained in:
parent
82e42ad5c2
commit
af20c7b9eb
4 changed files with 11 additions and 17 deletions
|
|
@ -18,6 +18,7 @@ Variants {
|
|||
screen: modelData
|
||||
implicitHeight: Style.barHeight * scaling
|
||||
color: "transparent"
|
||||
|
||||
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