mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Remove return value of RenderToMainViews and some related functions
This commit is contained in:
parent
b91beb68e1
commit
5446683881
29 changed files with 109 additions and 113 deletions
|
@ -88,7 +88,8 @@ func (self *RenameSimilarityThresholdController) applyChange() error {
|
|||
case context.FILES_CONTEXT_KEY:
|
||||
return self.c.Refresh(types.RefreshOptions{Scope: []types.RefreshableView{types.FILES}})
|
||||
default:
|
||||
return currentContext.HandleRenderToMain()
|
||||
currentContext.HandleRenderToMain()
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue