From 1cc1884162b4bbb66d27432e1465e7f3d4230cc4 Mon Sep 17 00:00:00 2001 From: Richard Menzies Date: Sat, 10 Oct 2020 23:44:26 +0100 Subject: [PATCH] Move open_select_branch_popup location --- src/tabs/status.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/tabs/status.rs b/src/tabs/status.rs index 1a013c16..89440fd3 100644 --- a/src/tabs/status.rs +++ b/src/tabs/status.rs @@ -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(),