LSP: for new streams, if the input is TSSRT or TSRIST, put always_on true by default

This commit is contained in:
Cat 2023-11-27 11:21:30 +01:00 committed by Thulinma
parent ec757f48e9
commit 0ad88e80b3
2 changed files with 10 additions and 9 deletions

View file

@ -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));