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:
parent
20554d0296
commit
c76bacb974
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ impl Render for QuickActionBar {
|
||||||
}
|
}
|
||||||
|
|
||||||
menu = menu.toggleable_entry(
|
menu = menu.toggleable_entry(
|
||||||
"Show Git Blame",
|
"Show Git Blame Inline",
|
||||||
git_blame_inline_enabled,
|
git_blame_inline_enabled,
|
||||||
Some(editor::actions::ToggleGitBlameInline.boxed_clone()),
|
Some(editor::actions::ToggleGitBlameInline.boxed_clone()),
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue