Skip to content

Commit

Permalink
extrawurst#622 - always show Delete option
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoes committed May 20, 2021
1 parent ca35426 commit 5af1811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/branchlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl Component for BranchListComponent {
&self.key_config,
),
!self.selection_is_cur_branch(),
self.local,
true,
));

out.push(CommandInfo::new(
Expand Down

0 comments on commit 5af1811

Please sign in to comment.