forked from j62/ctbrec
Disable concurrent download settings for server mode
This commit is contained in:
parent
70bb052c94
commit
fba3a72167
|
@ -579,6 +579,7 @@ public class SettingsTab extends Tab implements TabSelectionListener {
|
|||
leaveSpaceOnDevice.setDisable(!local);
|
||||
postProcessing.setDisable(!local);
|
||||
minimumLengthInSecs.setDisable(!local);
|
||||
concurrentRecordings.setDisable(!local);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue