mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
do not show push cmd in wrong tabs
This commit is contained in:
parent
1cc1884162
commit
23ccee002b
1 changed files with 1 additions and 1 deletions
|
|
@ -406,7 +406,7 @@ impl Component for Status {
|
||||||
out.push(CommandInfo::new(
|
out.push(CommandInfo::new(
|
||||||
strings::commands::status_push(&self.key_config),
|
strings::commands::status_push(&self.key_config),
|
||||||
self.index_wd.branch_name().is_some(),
|
self.index_wd.branch_name().is_some(),
|
||||||
true,
|
self.visible || force_all,
|
||||||
));
|
));
|
||||||
|
|
||||||
out.push(
|
out.push(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue