mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 22:22:34 +01:00
🎨 Supports multiple views for the database https://github.com/siyuan-note/siyuan/issues/9751
This commit is contained in:
parent
5f04af1afe
commit
3f5e49cec6
5 changed files with 89 additions and 0 deletions
|
|
@ -248,6 +248,10 @@ func performTx(tx *Transaction) (ret *TxErr) {
|
|||
ret = tx.doRemoveAttrViewView(op)
|
||||
case "setAttrViewViewName":
|
||||
ret = tx.doSetAttrViewViewName(op)
|
||||
case "setAttrViewViewIcon":
|
||||
ret = tx.doSetAttrViewViewIcon(op)
|
||||
case "duplicateAttrViewView":
|
||||
ret = tx.doDuplicateAttrViewView(op)
|
||||
}
|
||||
|
||||
if nil != ret {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue