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:
@@ -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()),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user