mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-25 00:46:54 +02:00
softcode cyclable views
This commit is contained in:
@ -172,7 +172,7 @@ func (gui *Gui) currentCyclableViewName() string {
|
||||
if currView != nil {
|
||||
viewName := currView.Name()
|
||||
usePreviousView := true
|
||||
for _, view := range cyclableViews {
|
||||
for _, view := range gui.getCyclableViews() {
|
||||
if view == viewName {
|
||||
currentCyclebleView = viewName
|
||||
usePreviousView = false
|
||||
|
Reference in New Issue
Block a user