diff options
-rw-r--r-- | ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.js b/ui.js index 5a8e0ad..5e9e6f9 100644 --- a/ui.js +++ b/ui.js @@ -399,7 +399,7 @@ class AppElement extends FocusElement { getEnabled: () => this.config.canControlPlayback }) - this.loopQueueControl = new ToggleControl('Loop queue when it ends?', { + this.loopQueueControl = new ToggleControl('Loop queue?', { setValue: val => this.SQP.setLoopQueueAtEnd(val), getValue: () => this.SQP.loopQueueAtEnd, getEnabled: () => this.config.canControlPlayback |