1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

use camelCase

This commit is contained in:
Jesse Duffield
2020-08-19 22:59:35 +10:00
parent 7561f5aa32
commit bc410d8e4a
7 changed files with 27 additions and 27 deletions

View File

@ -191,7 +191,7 @@ func (gui *Gui) contextTree() ContextTree {
},
Kind: MAIN_CONTEXT,
ViewName: "main",
Key: "patch-building",
Key: "patchBuilding",
},
},
Merging: SimpleContextNode{
@ -526,7 +526,7 @@ func (gui *Gui) changeMainViewsContext(context string) {
}
switch context {
case "normal", "patch-building", "staging", "merging":
case "normal", "patchBuilding", "staging", "merging":
gui.getMainView().Context = context
gui.getSecondaryView().Context = context
default: