From 9ab44f1d8c0986986ac5d5df102d69aa21040f39 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 25 Feb 2021 11:51:34 -0400 Subject: loop queue "when it ends" is unnecessary lol --- ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.3.0-6-gf8a5