aboutsummaryrefslogtreecommitdiff
path: root/src/footer.go
diff options
context:
space:
mode:
authorSimon Garrelou <simon.garrelou@gmail.com>2022-12-11 20:54:33 +0100
committerSimon Garrelou <simon.garrelou@gmail.com>2022-12-11 20:54:33 +0100
commitc27a2911eff2ffaa50977f9365ae0736e3b76b8a (patch)
tree9898d8571c5593d63061516025c2f1991ed36f33 /src/footer.go
parentf4aa3110214513afbba43b2d1d483dc201d70e00 (diff)
downloadtermsonic-c27a2911eff2ffaa50977f9365ae0736e3b76b8a.tar.gz
termsonic-c27a2911eff2ffaa50977f9365ae0736e3b76b8a.zip
Add "Refresh" in config page
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 f75f954..77c732a 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("[yellow]No shortcuts here") 20 a.footer.SetText("[blue]R:[yellow] Refresh")
21 } 21 }
22} 22}