fix: set pCloud predefined to false

This commit is contained in:
Manuel Jenny 2021-03-16 15:01:38 +01:00
parent 550415627e
commit 9cc585eaf8
No known key found for this signature in database
GPG Key ID: 1C80FE62B2BEAA18

View File

@ -57,7 +57,7 @@ public class PCloudCloud implements Cloud {
@Override
public boolean predefined() {
return true;
return false;
}
@Override