mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-13 23:45:45 +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