diff --git a/touch/PlayerPage.qml b/touch/PlayerPage.qml index ff6cb60..f076cfb 100644 --- a/touch/PlayerPage.qml +++ b/touch/PlayerPage.qml @@ -162,7 +162,7 @@ SlidePage { }); })(durations_minutes[i]); } - pgst.showSelection(options, 'Sleep timer', undefined, true); + pgst.showSelection(options, 'Sleep timer', undefined, false); } } }