aboutsummaryrefslogtreecommitdiff
path: root/src/footer.go
diff options
context:
space:
mode:
authorSimon Garrelou <simon.garrelou@gmail.com>2022-12-12 20:38:22 +0100
committerSimon Garrelou <simon.garrelou@gmail.com>2022-12-12 20:38:22 +0100
commit36a1f025e58489310c414282b2a0ffc14afc9a99 (patch)
tree85bbb309e76770b5fcedef05070377ddf573694f /src/footer.go
parent3b4e91f39cd48b12ec6926a264b7a7d5de5a4bb8 (diff)
downloadtermsonic-36a1f025e58489310c414282b2a0ffc14afc9a99.tar.gz
termsonic-36a1f025e58489310c414282b2a0ffc14afc9a99.zip
Change refresh to Ctrl+R
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}