mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
remove updating driveletter strings
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user