https://bugs.kde.org/show_bug.cgi?id=454296
--- Comment #19 from Tiernan Hubble <thubble+kdeb...@thubble.ca> --- --- a/plasmoid/package/contents/ui/task/TaskMouseArea.qml 2022-06-15 20:53:32.948565850 -0600 +++ b/plasmoid/package/contents/ui/task/TaskMouseArea.qml 2022-06-15 20:55:19.836562872 -0600 @@ -177,7 +177,7 @@ activateTask(); } } else if (mouse.button == Qt.LeftButton){ - var canPresentWindowsIsSupported = LatteCore.WindowSystem.compositingActive && (root.plasmaGreaterThan522 ? backend.canPresentWindows : backend.canPresentWindows()); + var canPresentWindowsIsSupported = LatteCore.WindowSystem.compositingActive && (root.plasmaAtLeast525 ? backend.windowViewAvailable : (root.plasmaGreaterThan522 ? backend.canPresentWindows : backend.canPresentWindows())); if( !taskItem.isLauncher && !root.disableAllWindowsFunctionality ){ if ( (root.leftClickAction === LatteTasks.Types.PreviewWindows && isGroupParent) -- You are receiving this mail because: You are watching all bug changes.