Partially reverts dd1af8cd78

Not needed anymore, see https://github.com/cryptomator/integrations-linux/pull/125#issuecomment-3876060158
This commit is contained in:
Ralph Plawetzki
2026-02-11 06:07:01 +01:00
parent 561432bc98
commit bdfd22c483

View File

@@ -152,11 +152,6 @@ public class Settings {
@SuppressWarnings("deprecation")
private void migrateLegacySettings(SettingsJson json) {
// migrate renamed keychainAccess
if(this.keychainProvider.getValueSafe().equals("org.cryptomator.linux.keychain.SecretServiceKeychainAccess")) {
this.keychainProvider.setValue("org.cryptomator.linux.keychain.GnomeKeyringKeychainAccess");
}
// implicit migration of 1.6.x legacy setting "preferredVolumeImpl":
if (this.mountService.get() == null && json.preferredVolumeImpl != null) {
this.mountService.set(switch (json.preferredVolumeImpl) {