This commit is contained in:
Daniel 2025-06-10 12:23:07 +08:00
parent 49354816e3
commit 4c55a240f3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 101 additions and 31 deletions

View file

@ -290,6 +290,8 @@ func performTx(tx *Transaction) (ret *TxErr) {
ret = tx.doSetAttrViewShowIcon(op)
case "setAttrViewWrapField":
ret = tx.doSetAttrViewWrapField(op)
case "changeAttrViewLayout":
ret = tx.doChangeAttrViewLayout(op)
}
if nil != ret {