diff --git a/src/main/java/org/cryptomator/ui/addvaultwizard/LocationPresets.java b/src/main/java/org/cryptomator/ui/addvaultwizard/LocationPresets.java index 6cec655cb..313a31dc9 100644 --- a/src/main/java/org/cryptomator/ui/addvaultwizard/LocationPresets.java +++ b/src/main/java/org/cryptomator/ui/addvaultwizard/LocationPresets.java @@ -14,7 +14,7 @@ public class LocationPresets { private static final String USER_HOME = System.getProperty("user.home"); private static final String[] ICLOUDDRIVE_LOCATIONS = {"~/Library/Mobile Documents/iCloud~com~setolabs~Cryptomator/Documents", "~/iCloudDrive/iCloud~com~setolabs~Cryptomator"}; private static final String[] DROPBOX_LOCATIONS = {"~/Dropbox"}; - private static final String[] GDRIVE_LOCATIONS = {"~/Google Drive"}; + private static final String[] GDRIVE_LOCATIONS = {"~/Google Drive/My Drive", "~/Google Drive"}; private static final String[] ONEDRIVE_LOCATIONS = {"~/OneDrive"}; private static final String[] MEGA_LOCATIONS = {"~/MEGA"}; private static final String[] PCLOUD_LOCATIONS = {"~/pCloudDrive"};