1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

notifications: trigger first action on left click in popup, if present

This commit is contained in:
bbedward
2025-10-21 17:45:33 -04:00
parent c7bc3d6f3b
commit aa6e09ed3e
3 changed files with 19 additions and 8 deletions

View File

@@ -99,7 +99,7 @@ Item {
}
StyledText {
text: I18n.tr("Clear All")
text: I18n.tr("Clear")
font.pixelSize: Theme.fontSizeSmall
color: clearArea.containsMouse ? Theme.primary : Theme.surfaceText
font.weight: Font.Medium