summaryrefslogtreecommitdiffstats
path: root/pkg/gui/gui.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-18 08:04:15 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-23 14:29:18 +1000
commita12d18146ccd2847ef04377703baff58e209373d (patch)
tree25864a5073d5489ed2557df35885365fb22bc40c /pkg/gui/gui.go
parent119d5be1a46d523696654d811c9e39f9743de33e (diff)
better logic for taking focus away from popup panels
Diffstat (limited to 'pkg/gui/gui.go')
-rw-r--r--pkg/gui/gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go
index 9857beac6..1c0178fe8 100644
--- a/pkg/gui/gui.go
+++ b/pkg/gui/gui.go
@@ -97,7 +97,7 @@ type Gui struct {
// when lazygit is opened outside a git directory we want to open to the most
// recent repo with the recent repos popup showing
showRecentRepos bool
- Contexts ContextTree
+ Contexts ContextTree
}
// for now the staging panel state, unlike the other panel states, is going to be