mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
move views into contexts
This commit is contained in:
@ -107,7 +107,6 @@ func (gui *Gui) contextTree() *context.ContextTree {
|
||||
}),
|
||||
),
|
||||
MergeConflicts: context.NewMergeConflictsContext(
|
||||
gui.Views.MergeConflicts,
|
||||
gui.c,
|
||||
),
|
||||
Confirmation: context.NewConfirmationContext(gui.c),
|
||||
|
Reference in New Issue
Block a user