summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/stash_context.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/context/stash_context.go')
-rw-r--r--pkg/gui/context/stash_context.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/gui/context/stash_context.go b/pkg/gui/context/stash_context.go
index c8d487688..c832f85ff 100644
--- a/pkg/gui/context/stash_context.go
+++ b/pkg/gui/context/stash_context.go
@@ -24,6 +24,7 @@ func NewStashContext(
func(stashEntry *models.StashEntry) []string {
return []string{stashEntry.Name}
},
+ func() bool { return true },
)
getDisplayStrings := func(_ int, _ int) [][]string {