mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-05 00:59:19 +02:00
start breaking up git struct
This commit is contained in:
@ -39,7 +39,7 @@ func (gui *Gui) DecreaseContextInDiffView() error {
|
||||
}
|
||||
|
||||
func (gui *Gui) CheckCanChangeContext() error {
|
||||
if gui.GitCommand.PatchManager.Active() {
|
||||
if gui.GitCommand.Patch.PatchManager.Active() {
|
||||
return errors.New(gui.Tr.CantChangeContextSizeError)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user