remove updating driveletter strings

This commit is contained in:
Armin Schrenk 2023-01-13 12:53:41 +01:00
parent 0d75b999a3
commit 0f7ba4e00e
No known key found for this signature in database
GPG Key ID: 8F2992163CBBA7FC

View File

@ -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();