1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

hyprland: fix right click overview

This commit is contained in:
bbedward
2025-11-18 17:53:00 -05:00
parent 1c92d39185
commit 6ef9ddd4f3
2 changed files with 3 additions and 2 deletions

View File

@@ -479,7 +479,7 @@ Item {
section: topBarContent.getWidgetSection(parent)
popoutTarget: appDrawerLoader.item
parentScreen: barWindow.screen
hyprlandOverviewLoader: rootWindow ? rootWindow.hyprlandOverviewLoader : null
hyprlandOverviewLoader: barWindow ? barWindow.hyprlandOverviewLoader : null
onClicked: {
appDrawerLoader.active = true
if (appDrawerLoader.item && appDrawerLoader.item.setTriggerPosition) {
@@ -504,7 +504,7 @@ Item {
widgetHeight: barWindow.widgetThickness
barThickness: barWindow.effectiveBarThickness
parentScreen: barWindow.screen
hyprlandOverviewLoader: rootWindow ? rootWindow.hyprlandOverviewLoader : null
hyprlandOverviewLoader: barWindow ? barWindow.hyprlandOverviewLoader : null
}
}