1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

keybinds: show fallback as action

This commit is contained in:
bbedward
2025-12-08 22:18:40 -05:00
parent 60c577a61e
commit 6f3c4c89ab

View File

@@ -225,7 +225,7 @@ DankModal {
StyledText {
width: parent.width - 150
text: modelData.desc || ""
text: modelData.desc || modelData.action || ""
font.pixelSize: Theme.fontSizeSmall
opacity: 0.9
elide: Text.ElideRight