diff --git a/src/main/java/org/cryptomator/common/LocationPreset.java b/src/main/java/org/cryptomator/common/LocationPreset.java index 17d276bf8..7861c6266 100644 --- a/src/main/java/org/cryptomator/common/LocationPreset.java +++ b/src/main/java/org/cryptomator/common/LocationPreset.java @@ -10,7 +10,7 @@ import java.util.List; */ public enum LocationPreset { - DROPBOX("Dropbox", "~/Dropbox"), + DROPBOX("Dropbox", "~/Library/CloudStorage/Dropbox", "~/Dropbox"), ICLOUDDRIVE("iCloud Drive", "~/Library/Mobile Documents/com~apple~CloudDocs", "~/iCloudDrive"), GDRIVE("Google Drive", "~/Google Drive/My Drive", "~/Google Drive"), MEGA("MEGA", "~/MEGA"),