From 0f7ba4e00ee5beb97103b178c36f55f0e487c6c7 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 13 Jan 2023 12:53:41 +0100 Subject: [PATCH] remove updating driveletter strings --- .../org/cryptomator/ui/vaultoptions/MountOptionsController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/cryptomator/ui/vaultoptions/MountOptionsController.java b/src/main/java/org/cryptomator/ui/vaultoptions/MountOptionsController.java index f720af158..54bd0d53c 100644 --- a/src/main/java/org/cryptomator/ui/vaultoptions/MountOptionsController.java +++ b/src/main/java/org/cryptomator/ui/vaultoptions/MountOptionsController.java @@ -87,7 +87,6 @@ public class MountOptionsController implements FxController { //driveLetter choice box driveLetterSelection.getItems().addAll(windowsDriveLetters.getAll()); driveLetterSelection.setConverter(new WinDriveLetterLabelConverter(windowsDriveLetters, resourceBundle)); - driveLetterSelection.setOnShowing(event -> driveLetterSelection.setConverter(new WinDriveLetterLabelConverter(windowsDriveLetters, resourceBundle))); //To check the reserved drive letters again //mountPoint toggle group var mountPoint = vaultSettings.getMountPoint();