From 252f19ec0ec902c1fbb650260b29f1e63fc55867 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 13 Sep 2025 19:07:04 +1000 Subject: launcher: prevent overlap with dashboard Fixes #612 --- modules/drawers/Panels.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/drawers') diff --git a/modules/drawers/Panels.qml b/modules/drawers/Panels.qml index 4fd8bdf..ed21f80 100644 --- a/modules/drawers/Panels.qml +++ b/modules/drawers/Panels.qml @@ -62,6 +62,7 @@ Item { Launcher.Wrapper { id: launcher + screen: root.screen visibilities: root.visibilities panels: root -- cgit v1.2.3-freya