mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 Database supports setting display field icons https://github.com/siyuan-note/siyuan/issues/15089
This commit is contained in:
parent
ae823547b4
commit
88c7b7e710
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ func upgradeSpec2(av *AttributeView) {
|
|||
if 0 < view.Table.PageSize {
|
||||
view.PageSize = view.Table.PageSize
|
||||
}
|
||||
view.Table.ShowIcon = true
|
||||
}
|
||||
|
||||
// 清理过滤和排序规则中不存在的键
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue