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:
0xboobface 2018-10-08 14:58:31 +02:00
parent b65db45a05
commit 7e5360033b
1 changed files with 0 additions and 1 deletions

View File

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