Move open_select_branch_popup location

This commit is contained in:
Richard Menzies 2020-10-10 23:44:26 +01:00 committed by Stephan Dilly
parent 0b97c545ed
commit 1cc1884162

View file

@ -370,6 +370,14 @@ impl Component for Status {
force_all,
self.components().as_slice(),
);
out.push(CommandInfo::new(
strings::commands::open_branch_select_popup(
&self.key_config,
),
true,
true,
));
}
{
@ -395,14 +403,6 @@ impl Component for Status {
));
}
out.push(CommandInfo::new(
strings::commands::open_branch_select_popup(
&self.key_config,
),
true,
true,
));
out.push(CommandInfo::new(
strings::commands::status_push(&self.key_config),
self.index_wd.branch_name().is_some(),