mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-14 21:09:57 -05:00
dock: fix screen
This commit is contained in:
@@ -20,8 +20,9 @@ Scope { // Scope
|
|||||||
model: Quickshell.screens
|
model: Quickshell.screens
|
||||||
|
|
||||||
PanelWindow { // Window
|
PanelWindow { // Window
|
||||||
|
required property var modelData
|
||||||
id: dockRoot
|
id: dockRoot
|
||||||
screen: dockLoader.modelData
|
screen: modelData
|
||||||
|
|
||||||
property bool reveal: root.pinned
|
property bool reveal: root.pinned
|
||||||
|| (Config.options?.dock.hoverToReveal && dockMouseArea.containsMouse)
|
|| (Config.options?.dock.hoverToReveal && dockMouseArea.containsMouse)
|
||||||
|
|||||||
Reference in New Issue
Block a user