Sleep timer doesn't come from the menu

This commit is contained in:
Thomas Perl 2014-12-17 21:48:12 +01:00
parent e271291f92
commit 63518483a3

View file

@ -162,7 +162,7 @@ SlidePage {
});
})(durations_minutes[i]);
}
pgst.showSelection(options, 'Sleep timer', undefined, true);
pgst.showSelection(options, 'Sleep timer', undefined, false);
}
}
}