File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ func (self *PatchBuildingController) GetKeybindings(opts types.KeybindingsOpts)
43
43
DisplayOnScreen : true ,
44
44
},
45
45
{
46
- Key : opts .GetKey (opts .Config .Universal .Return ),
47
- Handler : self .Escape ,
48
- Description : self .c .Tr .ExitCustomPatchBuilder ,
46
+ Key : opts .GetKey (opts .Config .Universal .Return ),
47
+ Handler : self .Escape ,
48
+ Description : self .c .Tr .ExitCustomPatchBuilder ,
49
+ DisplayOnScreen : true ,
49
50
},
50
51
}
51
52
}
Original file line number Diff line number Diff line change @@ -68,9 +68,10 @@ func (self *StagingController) GetKeybindings(opts types.KeybindingsOpts) []*typ
68
68
Tooltip : self .c .Tr .EditFileTooltip ,
69
69
},
70
70
{
71
- Key : opts .GetKey (opts .Config .Universal .Return ),
72
- Handler : self .Escape ,
73
- Description : self .c .Tr .ReturnToFilesPanel ,
71
+ Key : opts .GetKey (opts .Config .Universal .Return ),
72
+ Handler : self .Escape ,
73
+ Description : self .c .Tr .ReturnToFilesPanel ,
74
+ DisplayOnScreen : true ,
74
75
},
75
76
{
76
77
Key : opts .GetKey (opts .Config .Universal .TogglePanel ),
You can’t perform that action at this time.
0 commit comments