taskswitcher: Fix close all button being dark and not interactable

Fix fallout from #574
This commit is contained in:
Devin Lin 2024-10-14 19:24:03 -07:00
parent fdc8958ce5
commit 76826f37f5

View file

@ -734,7 +734,6 @@ FocusScope {
x: flickable.contentX x: flickable.contentX
width: flickable.width width: flickable.width
height: flickable.height height: flickable.height
z: 1
} }
PlasmaComponents.ToolButton { PlasmaComponents.ToolButton {
@ -743,6 +742,9 @@ FocusScope {
visible: root.tasksCount !== 0 && !taskSwitcherHelpers.isInTaskScrubMode visible: root.tasksCount !== 0 && !taskSwitcherHelpers.isInTaskScrubMode
enabled: !taskSwitcherHelpers.currentlyBeingClosed && !root.state.gestureInProgress enabled: !taskSwitcherHelpers.currentlyBeingClosed && !root.state.gestureInProgress
Kirigami.Theme.inherit: false
Kirigami.Theme.colorSet: Kirigami.Theme.Complementary
anchors { anchors {
bottom: parent.bottom bottom: parent.bottom
bottomMargin: (taskList.taskYBase) * 0.75 bottomMargin: (taskList.taskYBase) * 0.75