Rename label to toggle inline git blame on/off (#10673)

cc @iamnbutler I think we should differentiate between inline blame and
the gutter blame.

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2024-04-17 11:34:34 +02:00 committed by GitHub
parent 20554d0296
commit c76bacb974
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,7 +155,7 @@ impl Render for QuickActionBar {
}
menu = menu.toggleable_entry(
"Show Git Blame",
"Show Git Blame Inline",
git_blame_inline_enabled,
Some(editor::actions::ToggleGitBlameInline.boxed_clone()),
{