feat(Domain): introduce PCLOUD CloudType

This commit is contained in:
Manuel Jenny 2021-03-12 16:04:14 +01:00
parent fdf144c655
commit 32ce52c93d
No known key found for this signature in database
GPG Key ID: 1C80FE62B2BEAA18

View File

@ -2,6 +2,6 @@ package org.cryptomator.domain;
public enum CloudType {
DROPBOX, GOOGLE_DRIVE, ONEDRIVE, WEBDAV, LOCAL, CRYPTO
DROPBOX, GOOGLE_DRIVE, ONEDRIVE, PCLOUD, WEBDAV, LOCAL, CRYPTO
}