aboutsummaryrefslogtreecommitdiff
path: root/src/page_queue.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/page_queue.go
parentf4aa3110214513afbba43b2d1d483dc201d70e00 (diff)
downloadtermsonic-c27a2911eff2ffaa50977f9365ae0736e3b76b8a.tar.gz
termsonic-c27a2911eff2ffaa50977f9365ae0736e3b76b8a.zip
Add "Refresh" in config page
Diffstat (limited to 'src/page_queue.go')
-rw-r--r--src/page_queue.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page_queue.go b/src/page_queue.go
index fe8910f..5912656 100644
--- a/src/page_queue.go
+++ b/src/page_queue.go
@@ -11,7 +11,7 @@ func (a *app) queuePage() tview.Primitive {
11 ShowSecondaryText(false). 11 ShowSecondaryText(false).
12 SetHighlightFullLine(true) 12 SetHighlightFullLine(true)
13 13
14 a.setupMusicControlKeys(a.playQueueList.Box) 14 a.setupKeybindings(a.playQueueList.Box)
15 15
16 a.updatePageQueue() 16 a.updatePageQueue()
17 17