From c76bacb974410170497a5af34f5f649943027404 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Wed, 17 Apr 2024 11:34:34 +0200 Subject: [PATCH] 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 --- crates/quick_action_bar/src/quick_action_bar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/quick_action_bar/src/quick_action_bar.rs b/crates/quick_action_bar/src/quick_action_bar.rs index 1967ff10eaf01366effe2dd1d83750534e7de98c..6485ee13015d7dc0ced20929112df2dc9be0ba1a 100644 --- a/crates/quick_action_bar/src/quick_action_bar.rs +++ b/crates/quick_action_bar/src/quick_action_bar.rs @@ -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()), {