mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
Move open_select_branch_popup location
This commit is contained in:
parent
0b97c545ed
commit
1cc1884162
1 changed files with 8 additions and 8 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue