Skip to content

Commit

Permalink
feat: update field to do emphasis on
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Sep 11, 2024
1 parent 5f40904 commit 1ebb411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/data_display_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl Default for DataDisplayOptions {
.into_iter()
.map(String::from)
.collect(),
emphasize_if_matching_field_idx: Some(1),
emphasize_if_matching_field_idx: Some(2),
}
}
}

0 comments on commit 1ebb411

Please sign in to comment.