summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorFrancisco Miamoto <francisco@dorayaki.co>2021-09-12 08:48:39 -0300
committerJesse Duffield <jessedduffield@gmail.com>2021-12-26 17:08:31 +1100
commit7888ff6cb9dd4addc9cd53437445af450448c7fe (patch)
tree4967f1761652246d90f6fd54bbf5541363834388 /pkg
parente7a005f44dc0ec82a1de51e8c955a22f08812f74 (diff)
set show cancel as true for tag menu
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/commits_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/commits_panel.go b/pkg/gui/commits_panel.go
index b6f153ac4..7cdde57e1 100644
--- a/pkg/gui/commits_panel.go
+++ b/pkg/gui/commits_panel.go
@@ -601,7 +601,7 @@ func (gui *Gui) createTagMenu(commitSha string) error {
}},
}
- return gui.createMenu(gui.Tr.TagMenuTitle, items, createMenuOptions{showCancel: false})
+ return gui.createMenu(gui.Tr.TagMenuTitle, items, createMenuOptions{showCancel: true})
}
func (gui *Gui) afterTagCreate(tagName string) error {