summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-02-13 17:01:53 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-17 19:13:40 +1100
commit371b8d638b55ecce5c99700072051a9d15df7d96 (patch)
tree2b13700b359a54045cda8f76e730f3ace4473115 /pkg/gui/context.go
parent55af07a1bb4e1d3f85a456c2604c46e5535aca40 (diff)
more consistent naming
Diffstat (limited to 'pkg/gui/context.go')
-rw-r--r--pkg/gui/context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/context.go b/pkg/gui/context.go
index 79f9acd94..748354c3d 100644
--- a/pkg/gui/context.go
+++ b/pkg/gui/context.go
@@ -336,7 +336,7 @@ func (gui *Gui) currentStaticContext() types.Context {
func (gui *Gui) defaultSideContext() types.Context {
if gui.State.Modes.Filtering.Active() {
- return gui.State.Contexts.BranchCommits
+ return gui.State.Contexts.LocalCommits
} else {
return gui.State.Contexts.Files
}