mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-24 05:36:19 +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,
|
||||
onPress: func() error {
|
||||
return gui.handleCreateLightweightTag(commitSha)
|
||||
}},
|
||||
},
|
||||
},
|
||||
{
|
||||
displayString: gui.Tr.LcAnnotatedTag,
|
||||
onPress: func() error {
|
||||
return gui.handleCreateAnnotatedTag(commitSha)
|
||||
}},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
return gui.createMenu(gui.Tr.TagMenuTitle, items, createMenuOptions{showCancel: true})
|
||||
|
Loading…
x
Reference in New Issue
Block a user