mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
minor refactor
This commit is contained in:
parent
ed85ea69bd
commit
0dd2c869a8
15 changed files with 49 additions and 37 deletions
|
@ -32,7 +32,7 @@ func (gui *Gui) handleCommitFileSelect() error {
|
|||
)
|
||||
task := gui.createRunPtyTask(cmd)
|
||||
|
||||
return gui.refreshMain(refreshMainOpts{
|
||||
return gui.refreshMainViews(refreshMainOpts{
|
||||
main: &viewUpdateOpts{
|
||||
title: "Patch",
|
||||
task: task,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue