mirror of
https://github.com/cryptomator/cryptomator.git
synced 2025-02-19 01:36:45 +00:00
remove updating driveletter strings
This commit is contained in:
parent
0d75b999a3
commit
0f7ba4e00e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user