🎨 Database supports setting display field icons https://github.com/siyuan-note/siyuan/issues/15089

This commit is contained in:
Daniel 2025-06-30 15:37:45 +08:00
parent ae823547b4
commit 88c7b7e710
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -56,6 +56,7 @@ func upgradeSpec2(av *AttributeView) {
if 0 < view.Table.PageSize { if 0 < view.Table.PageSize {
view.PageSize = view.Table.PageSize view.PageSize = view.Table.PageSize
} }
view.Table.ShowIcon = true
} }
// 清理过滤和排序规则中不存在的键 // 清理过滤和排序规则中不存在的键