taskswitcher: Bold clear button text

This commit is contained in:
Devin Lin 2022-07-22 20:17:02 -04:00
parent 32ca26c5fa
commit 30312c4e7a

View file

@ -254,6 +254,7 @@ Item {
}
icon.name: "edit-clear-history"
font.bold: true
text: closeRequested ? "Confirm Close All" : "Close All"