forked from Mirrors/bubbletea
Correct help in spinners demo (see #38)
This commit is contained in:
parent
8e01f5f58a
commit
01cb02ddd1
|
@ -94,6 +94,6 @@ func (m model) View() (s string) {
|
||||||
gap = " "
|
gap = " "
|
||||||
}
|
}
|
||||||
s += fmt.Sprintf("\n %s%s%s\n\n", m.spinner.View(), gap, textStyle("Spinning..."))
|
s += fmt.Sprintf("\n %s%s%s\n\n", m.spinner.View(), gap, textStyle("Spinning..."))
|
||||||
s += helpStyle("j/k, ←/→: change spinner • q: exit\n")
|
s += helpStyle("h/l, ←/→: change spinner • q: exit\n")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue