From 76826f37f582692a1b302ef6d3aca126b37d866e Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Mon, 14 Oct 2024 19:24:03 -0700 Subject: [PATCH] taskswitcher: Fix close all button being dark and not interactable Fix fallout from #574 --- kwin/mobiletaskswitcher/qml/TaskSwitcher.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml b/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml index cdf2a51b..1e90a83b 100644 --- a/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml +++ b/kwin/mobiletaskswitcher/qml/TaskSwitcher.qml @@ -734,7 +734,6 @@ FocusScope { x: flickable.contentX width: flickable.width height: flickable.height - z: 1 } PlasmaComponents.ToolButton { @@ -743,6 +742,9 @@ FocusScope { visible: root.tasksCount !== 0 && !taskSwitcherHelpers.isInTaskScrubMode enabled: !taskSwitcherHelpers.currentlyBeingClosed && !root.state.gestureInProgress + Kirigami.Theme.inherit: false + Kirigami.Theme.colorSet: Kirigami.Theme.Complementary + anchors { bottom: parent.bottom bottomMargin: (taskList.taskYBase) * 0.75