mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
dock: fix screen
This commit is contained in:
parent
19aa66568f
commit
93ef3c3bda
1 changed files with 2 additions and 1 deletions
|
|
@ -20,8 +20,9 @@ Scope { // Scope
|
|||
model: Quickshell.screens
|
||||
|
||||
PanelWindow { // Window
|
||||
required property var modelData
|
||||
id: dockRoot
|
||||
screen: dockLoader.modelData
|
||||
screen: modelData
|
||||
|
||||
property bool reveal: root.pinned
|
||||
|| (Config.options?.dock.hoverToReveal && dockMouseArea.containsMouse)
|
||||
|
|
|
|||
Loading…
Reference in a new issue