Selaa lähdekoodia

update location preset for Dropbox

Armin Schrenk 1 vuosi sitten
vanhempi
commit
d23bd2865a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/java/org/cryptomator/common/LocationPreset.java

+ 1 - 1
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"),