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, 1 insertions, 1 deletions
diff --git a/src/footer.go b/src/footer.go
index 77c732a..52cfb28 100644
--- a/src/footer.go
+++ b/src/footer.go
@@ -17,6 +17,6 @@ func (a *app) updateFooter() {
17 a.footer.SetText("[blue]l:[yellow] Next song [blue]p:[yellow] Toggle pause [blue]e:[yellow] Play song last [blue]n:[yellow] Play song next") 17 a.footer.SetText("[blue]l:[yellow] Next song [blue]p:[yellow] Toggle pause [blue]e:[yellow] Play song last [blue]n:[yellow] Play song next")
18 } 18 }
19 case "config": 19 case "config":
20 a.footer.SetText("[blue]R:[yellow] Refresh") 20 a.footer.SetText("[blue]Ctrl+R:[yellow] Refresh")
21 } 21 }
22} 22}