VRFS-375. VRFS-561. Fix subsequent runs of FTUE and ASIO control panel.
This commit is contained in:
parent
1d48031188
commit
b17630379f
|
|
@ -76,6 +76,10 @@
|
|||
function settingsInit() {
|
||||
jamClient.FTUEInit();
|
||||
setLevels(0);
|
||||
// Always reset the driver select box to "Choose..." which forces everything
|
||||
// to sync properly when the user reselects their driver of choice.
|
||||
// VRFS-375 and VRFS-561
|
||||
$('[layout-wizard="ftue"] [layout-wizard-step="2"] .asio-settings .settings-driver select').val("");
|
||||
}
|
||||
|
||||
function setLevels(db) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue