summaryrefslogtreecommitdiffstats
path: root/pkg/gui/options_map.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-03-23 12:35:07 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-04-30 13:19:53 +1000
commit43251e727596cca2538548976769e47a1bfc5593 (patch)
tree280e4f0609ca58bbbaeb80446fa0d14a7e58a993 /pkg/gui/options_map.go
parentf08135894344583394240f240377015ea874b03b (diff)
split context common from helper common
Diffstat (limited to 'pkg/gui/options_map.go')
-rw-r--r--pkg/gui/options_map.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/gui/options_map.go b/pkg/gui/options_map.go
index 617e80354..5f5c008dd 100644
--- a/pkg/gui/options_map.go
+++ b/pkg/gui/options_map.go
@@ -4,13 +4,14 @@ import (
"fmt"
"strings"
+ "github.com/jesseduffield/lazygit/pkg/gui/controllers/helpers"
"github.com/jesseduffield/lazygit/pkg/gui/keybindings"
"github.com/jesseduffield/lazygit/pkg/gui/types"
"github.com/samber/lo"
)
type OptionsMapMgr struct {
- c *types.HelperCommon
+ c *helpers.HelperCommon
}
func (gui *Gui) renderContextOptionsMap(c types.Context) {