This commit is contained in:
Daniel 2023-10-04 18:14:32 +08:00
parent 0905f039d4
commit 256d6218c4
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017

View File

@ -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
}