mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-27 22:38:09 +02: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