summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/context/context.go')
-rw-r--r--pkg/gui/context/context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/context/context.go b/pkg/gui/context/context.go
index 13d63b9e9..1bcefeadb 100644
--- a/pkg/gui/context/context.go
+++ b/pkg/gui/context/context.go
@@ -56,7 +56,7 @@ var AllContextKeys = []types.ContextKey{
type ContextTree struct {
Status types.Context
- Files types.IListContext
+ Files *WorkingTreeContext
Submodules types.IListContext
Menu types.IListContext
Branches types.IListContext