mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Rename ActivateContext/deactivateContext to Activate/deactivate
"Context" is redundant in the method names here.
This commit is contained in:
parent
94d6f4dae7
commit
41f41ee4ee
2 changed files with 8 additions and 8 deletions
|
@ -54,7 +54,7 @@ func (self *guiCommon) ContextForKey(key types.ContextKey) types.Context {
|
|||
}
|
||||
|
||||
func (self *guiCommon) ActivateContext(context types.Context) error {
|
||||
return self.gui.State.ContextMgr.ActivateContext(context, types.OnFocusOpts{})
|
||||
return self.gui.State.ContextMgr.Activate(context, types.OnFocusOpts{})
|
||||
}
|
||||
|
||||
func (self *guiCommon) GetAppState() *config.AppState {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue