* VRFS-3120 - make sure FTUE starts out of session
This commit is contained in:
parent
e21a1504d1
commit
0ddbfc5e72
|
|
@ -3168,7 +3168,8 @@
|
|||
|
||||
function showFTUEWhenNoInputs( ) {
|
||||
//app.afterFtue = function() { window.location.reload };
|
||||
app.layout.startNewFtue();
|
||||
//app.layout.startNewFtue();
|
||||
window.location = '/client#/account/audio'
|
||||
}
|
||||
|
||||
function events() {
|
||||
|
|
@ -3188,7 +3189,8 @@
|
|||
|
||||
if(gearUtils.isNoInputProfile()) {
|
||||
// show FTUE
|
||||
showFTUEWhenNoInputs();
|
||||
// showFTUEWhenNoInputs();
|
||||
app.notify({title:'Settings Disabled', text:'You can not alter any settings for the System Default playback device.'})
|
||||
return false;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue