This commit is contained in:
Daniel 2025-07-06 17:41:43 +08:00
parent 05f4d2995c
commit 8ade9ddb5f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 82 additions and 8 deletions

View file

@ -299,6 +299,10 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewCardAspectRatio(op)
case "setAttrViewGroup":
ret = tx.doSetAttrViewGroup(op)
case "hideAttrViewGroup":
ret = tx.doHideAttrViewGroup(op)
case "setGroupHideEmpty":
ret = tx.doSetGroupHideEmpty(op)
}
if nil != ret {