From 1ac6d086bd4d7d02f535fa4fbc9a9210175a27fd Mon Sep 17 00:00:00 2001 From: JaniruTEC Date: Tue, 28 Jul 2020 19:15:56 +0200 Subject: [PATCH] Disabled some experimental FUSE Features on Windows Disabled some experimental FUSE Features on Windows unless they are explicitly enabled by using the flag '-Dfuse.experimental="true"' They are enabled in the default IntelliJ-Config (disabled on Build) --- .../runConfigurations/Cryptomator_Windows.xml | 2 +- .../vaultoptions/MountOptionsController.java | 18 ++++++++++++++++-- .../resources/fxml/vault_options_mount.fxml | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.idea/runConfigurations/Cryptomator_Windows.xml b/.idea/runConfigurations/Cryptomator_Windows.xml index 40d4aba23..05e5514e1 100644 --- a/.idea/runConfigurations/Cryptomator_Windows.xml +++ b/.idea/runConfigurations/Cryptomator_Windows.xml @@ -2,7 +2,7 @@