LSP: for new streams, if the input is TSSRT or TSRIST, put always_on true by default
This commit is contained in:
parent
ec757f48e9
commit
0ad88e80b3
2 changed files with 10 additions and 9 deletions
|
@ -4602,7 +4602,8 @@ var UI = {
|
|||
pointer: {
|
||||
main: saveas,
|
||||
index: 'always_on'
|
||||
}
|
||||
},
|
||||
value: (other == "" && ((i == "TSSRT") || (i == "TSRIST")) ? true : false) //for new streams, if the input is TSSRT or TSRIST, put always_on true by default
|
||||
});
|
||||
}
|
||||
$inputoptions.append(UI.buildUI(build));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue