🎨 Card view supports displaying field names https://github.com/siyuan-note/siyuan/issues/15180

This commit is contained in:
Daniel 2025-08-21 11:25:15 +08:00
parent ed4cc1faf6
commit 6270d55fa3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 5 additions and 7 deletions

View file

@ -287,7 +287,7 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewCardSize(op)
case "setAttrViewFitImage":
ret = tx.doSetAttrViewFitImage(op)
case "setDisplayFieldName":
case "setAttrViewDisplayFieldName":
ret = tx.doSetAttrViewDisplayFieldName(op)
case "setAttrViewShowIcon":
ret = tx.doSetAttrViewShowIcon(op)