mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
ignore lastWrittenByVersion when reading settings
This commit is contained in:
@@ -109,6 +109,7 @@ public class SettingsJsonAdapter extends TypeAdapter<Settings> {
|
||||
settings.mountService().set(in.nextString());
|
||||
}
|
||||
}
|
||||
case "lastWrittenByVersion" -> in.skipValue(); //noop
|
||||
//1.6.x legacy
|
||||
case "preferredVolumeImpl" -> volumeImpl = in.nextString();
|
||||
//legacy end
|
||||
|
||||
Reference in New Issue
Block a user