This commit is contained in:
Daniel 2025-06-09 22:33:25 +08:00
parent a93762abd3
commit fd4a24243c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 35 additions and 3 deletions

View file

@ -286,6 +286,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewCardSize(op)
case "setAttrViewFitImage":
ret = tx.doSetAttrViewFitImage(op)
case "setAttrViewShowIcon":
ret = tx.doSetAttrViewShowIcon(op)
}
if nil != ret {