mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
move side window actions to controllers package
This commit is contained in:
@ -133,3 +133,7 @@ func (self *WindowHelper) WindowForView(viewName string) string {
|
||||
|
||||
return context.GetWindowName()
|
||||
}
|
||||
|
||||
func (self *WindowHelper) SideWindows() []string {
|
||||
return []string{"status", "files", "branches", "commits", "stash"}
|
||||
}
|
||||
|
Reference in New Issue
Block a user