mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-26 05:37:18 +02:00
change formatting for menu items
This commit is contained in:
parent
7888ff6cb9
commit
eff6c4283b
@ -593,12 +593,14 @@ func (gui *Gui) createTagMenu(commitSha string) error {
|
|||||||
displayString: gui.Tr.LcLightweightTag,
|
displayString: gui.Tr.LcLightweightTag,
|
||||||
onPress: func() error {
|
onPress: func() error {
|
||||||
return gui.handleCreateLightweightTag(commitSha)
|
return gui.handleCreateLightweightTag(commitSha)
|
||||||
}},
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
displayString: gui.Tr.LcAnnotatedTag,
|
displayString: gui.Tr.LcAnnotatedTag,
|
||||||
onPress: func() error {
|
onPress: func() error {
|
||||||
return gui.handleCreateAnnotatedTag(commitSha)
|
return gui.handleCreateAnnotatedTag(commitSha)
|
||||||
}},
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
return gui.createMenu(gui.Tr.TagMenuTitle, items, createMenuOptions{showCancel: true})
|
return gui.createMenu(gui.Tr.TagMenuTitle, items, createMenuOptions{showCancel: true})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user