mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 02:01:27 +00:00
fixing a general setting not showing up on Mac OS
This commit is contained in:
@@ -138,8 +138,8 @@ public class SettingsController implements ViewController {
|
||||
fuseNioAdapter.managedProperty().bind(fuseNioAdapter.visibleProperty());
|
||||
defaultMountDirLabel.managedProperty().bind(fuseNioAdapter.visibleProperty());
|
||||
defaultMountDir.managedProperty().bind(fuseNioAdapter.visibleProperty());
|
||||
defaultMountDirLabel.setVisible(SystemUtils.IS_OS_LINUX);
|
||||
defaultMountDir.setVisible(SystemUtils.IS_OS_LINUX);
|
||||
defaultMountDirLabel.setVisible(!SystemUtils.IS_OS_WINDOWS);
|
||||
defaultMountDir.setVisible(!SystemUtils.IS_OS_WINDOWS);
|
||||
defaultMountDir.setText(String.valueOf(settings.defaultMountDir().get()));
|
||||
changeDefaultMountDirButton.setVisible(false);
|
||||
changeDefaultMountDirButton.visibleProperty().bind(
|
||||
|
||||
Reference in New Issue
Block a user