diff --git a/quickshell/Modules/DankDash/DankDashPopout.qml b/quickshell/Modules/DankDash/DankDashPopout.qml index 3960ed9b..dc81e502 100644 --- a/quickshell/Modules/DankDash/DankDashPopout.qml +++ b/quickshell/Modules/DankDash/DankDashPopout.qml @@ -384,7 +384,7 @@ DankPopout { active: true tabBarItem: tabBar keyForwardTarget: mainContainer - targetScreen: root.triggerScreen + targetScreen: root.screen parentPopout: root } }