mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-17 00:47:12 +00:00
show symbol size in symbol list (#268)
* show symbol size in symbol list * configs for show symbol size * move symbol size config to config-schema
This commit is contained in:
@@ -665,6 +665,7 @@ fn diff_col_ui(
|
||||
appearance,
|
||||
column,
|
||||
open_sections,
|
||||
diff_config,
|
||||
) {
|
||||
match (column, action) {
|
||||
(
|
||||
@@ -703,6 +704,7 @@ fn diff_col_ui(
|
||||
appearance,
|
||||
column,
|
||||
open_sections,
|
||||
diff_config,
|
||||
) {
|
||||
ret = Some(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user