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

Rename PopupContexts() to CurrentPopup()

... for consistency with CurrentSide().
This commit is contained in:
Stefan Haller
2024-08-08 10:32:19 +02:00
parent df3afb1b89
commit 3a8b97841f
2 changed files with 2 additions and 2 deletions

View File

@ -362,7 +362,7 @@ func (self *ContextMgr) ContextForKey(key types.ContextKey) types.Context {
return nil
}
func (self *ContextMgr) PopupContexts() []types.Context {
func (self *ContextMgr) CurrentPopup() []types.Context {
self.RLock()
defer self.RUnlock()