* enable select items in old ftue when device chosen
This commit is contained in:
parent
a63869ce27
commit
0436ca1f4d
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
function handleStartAudioQualification() {
|
||||
|
||||
if(false) {
|
||||
if(true) {
|
||||
app.layout.startNewFtue();
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
|
|
@ -478,7 +478,7 @@
|
|||
context._.each(sortedDeviceKeys, deviceOptionFunc);
|
||||
$select.html(optionsHtml);
|
||||
context.JK.dropdown($select);
|
||||
$select.removeAttr("disabled");
|
||||
$select.removeAttr("disabled").easyDropDown('enable');
|
||||
$('[layout-wizard-step="2"] .settings-asio select').removeAttr("disabled").easyDropDown('enable')
|
||||
// Set selects to lowest possible values to start:
|
||||
$('#asio-framesize').val('2.5').change();
|
||||
|
|
|
|||
Loading…
Reference in New Issue