Don't disable Chaturbate group in SettingsTab in server mode
It does not make sense to disable the Chaturbate group, since the credentials are still needed to load the followed models and handle tokens etc.
This commit is contained in:
parent
b65db45a05
commit
7e5360033b
|
@ -330,7 +330,6 @@ public class SettingsTab extends Tab implements TabSelectionListener {
|
|||
server.setDisable(local);
|
||||
port.setDisable(local);
|
||||
secureCommunication.setDisable(local);
|
||||
ctb.setDisable(!local);
|
||||
recordingsDirectory.setDisable(!local);
|
||||
recordingsDirectoryButton.setDisable(!local);
|
||||
splitAfter.setDisable(!local);
|
||||
|
|
Loading…
Reference in New Issue