mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 11:30:42 +08:00
🎨 Database column icon https://github.com/siyuan-note/siyuan/issues/9304
This commit is contained in:
parent
0905f039d4
commit
256d6218c4
@ -967,6 +967,7 @@ func updateAttributeViewColumn(operation *Operation) (err error) {
|
||||
for _, keyValues := range attrView.KeyValues {
|
||||
if keyValues.Key.ID == operation.ID {
|
||||
keyValues.Key.Name = operation.Name
|
||||
keyValues.Key.Icon = operation.Data.(string)
|
||||
keyValues.Key.Type = colType
|
||||
break
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user