mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-01 22:52:01 +02:00
align Gui struct with GitCommand
This commit is contained in:
@@ -43,7 +43,7 @@ func (gui *Gui) handleSearch() error {
|
||||
}
|
||||
|
||||
func (gui *Gui) onSelectItemWrapper(innerFunc func(int) error) func(int, int, int) error {
|
||||
keybindingConfig := gui.Config.GetUserConfig().Keybinding
|
||||
keybindingConfig := gui.UserConfig.Keybinding
|
||||
|
||||
return func(y int, index int, total int) error {
|
||||
if total == 0 {
|
||||
|
||||
Reference in New Issue
Block a user