1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 16: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 { StyledText {
width: parent.width - 150 width: parent.width - 150
text: modelData.desc || "" text: modelData.desc || modelData.action || ""
font.pixelSize: Theme.fontSizeSmall font.pixelSize: Theme.fontSizeSmall
opacity: 0.9 opacity: 0.9
elide: Text.ElideRight elide: Text.ElideRight