forked from j62/ctbrec
1
0
Fork 0

Disable post-processing for server mode

This commit is contained in:
0xboobface 2018-12-10 15:18:24 +01:00
parent ff539c1c2e
commit 5b15b77014
1 changed files with 1 additions and 0 deletions

View File

@ -501,6 +501,7 @@ public class SettingsTab extends Tab implements TabSelectionListener {
directoryStructure.setDisable(!local); directoryStructure.setDisable(!local);
onlineCheckIntervalInSecs.setDisable(!local); onlineCheckIntervalInSecs.setDisable(!local);
leaveSpaceOnDevice.setDisable(!local); leaveSpaceOnDevice.setDisable(!local);
postProcessing.setDisable(!local);
} }
@Override @Override