mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Replace CurrentSideContext() with Context().CurrentSide()
This commit is contained in:
parent
7f935c1ea8
commit
df3afb1b89
8 changed files with 7 additions and 12 deletions
|
@ -70,7 +70,7 @@ func (self *DiffHelper) RenderDiff() error {
|
|||
// which becomes an option when you bring up the diff menu, but when you're just
|
||||
// flicking through branches it will be using the local branch name.
|
||||
func (self *DiffHelper) CurrentDiffTerminals() []string {
|
||||
c := self.c.CurrentSideContext()
|
||||
c := self.c.Context().CurrentSide()
|
||||
|
||||
if c.GetKey() == "" {
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue