mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
fix popup draw order (followup to 594a1a9)
This commit is contained in:
parent
5304303aa6
commit
1149ddddd3
1 changed files with 7 additions and 7 deletions
14
src/app.rs
14
src/app.rs
|
|
@ -417,22 +417,22 @@ impl App {
|
||||||
self,
|
self,
|
||||||
[
|
[
|
||||||
commit,
|
commit,
|
||||||
help,
|
|
||||||
reset,
|
|
||||||
msg,
|
|
||||||
stashmsg_popup,
|
stashmsg_popup,
|
||||||
|
help,
|
||||||
inspect_commit_popup,
|
inspect_commit_popup,
|
||||||
blame_file_popup,
|
blame_file_popup,
|
||||||
external_editor_popup,
|
external_editor_popup,
|
||||||
tag_commit_popup,
|
tag_commit_popup,
|
||||||
|
select_branch_popup,
|
||||||
|
tags_popup,
|
||||||
create_branch_popup,
|
create_branch_popup,
|
||||||
|
rename_branch_popup,
|
||||||
|
revision_files_popup,
|
||||||
push_popup,
|
push_popup,
|
||||||
push_tags_popup,
|
push_tags_popup,
|
||||||
pull_popup,
|
pull_popup,
|
||||||
select_branch_popup,
|
reset,
|
||||||
tags_popup,
|
msg
|
||||||
rename_branch_popup,
|
|
||||||
revision_files_popup
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue