aboutsummaryrefslogtreecommitdiff
path: root/src/footer.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/footer.go')
-rw-r--r--src/footer.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/footer.go b/src/footer.go
index 2695a61..7240b0f 100644
--- a/src/footer.go
+++ b/src/footer.go
@@ -4,6 +4,8 @@ func (a *app) updateFooter() {
4 switch a.headerSections.GetHighlights()[0] { 4 switch a.headerSections.GetHighlights()[0] {
5 case "artists": 5 case "artists":
6 a.footer.SetText("[blue]l:[yellow] Next song [blue]k:[yellow] Toggle pause") 6 a.footer.SetText("[blue]l:[yellow] Next song [blue]k:[yellow] Toggle pause")
7 case "playqueue":
8 a.footer.SetText("[blue]l:[yellow] Next song [blue]k:[yellow] Toggle pause")
7 case "playlists": 9 case "playlists":
8 a.footer.SetText("Come back later!") 10 a.footer.SetText("Come back later!")
9 case "config": 11 case "config":