mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Merge branch 'master' into refactor-better-encapsulation
This commit is contained in:
commit
2b30085dba
14 changed files with 263 additions and 31 deletions
|
@ -80,6 +80,10 @@ func (self *guiCommon) ActivateContext(context types.Context) error {
|
|||
return self.gui.State.ContextMgr.ActivateContext(context, types.OnFocusOpts{})
|
||||
}
|
||||
|
||||
func (self *guiCommon) ActivateContext(context types.Context) error {
|
||||
return self.gui.activateContext(context, types.OnFocusOpts{})
|
||||
}
|
||||
|
||||
func (self *guiCommon) GetAppState() *config.AppState {
|
||||
return self.gui.Config.GetAppState()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue