mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
honour options menu press
This commit is contained in:
@ -43,7 +43,7 @@ func (gui *Gui) getMenuOptions() map[string]string {
|
||||
}
|
||||
|
||||
func (gui *Gui) handleMenuClose() error {
|
||||
return gui.returnFromContext()
|
||||
return gui.returnFromContextSync()
|
||||
}
|
||||
|
||||
type createMenuOptions struct {
|
||||
|
Reference in New Issue
Block a user