1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

standardise controller helper methods

This commit is contained in:
Jesse Duffield
2023-03-23 13:04:57 +11:00
parent fc91ef6a59
commit 711674f6cd
34 changed files with 262 additions and 297 deletions

View File

@ -38,5 +38,5 @@ func (self *CommandLogController) Context() types.Context {
}
func (self *CommandLogController) context() types.Context {
return self.contexts.CommandLog
return self.c.Contexts().CommandLog
}