diff --git a/src/main/java/org/cryptomator/common/mount/FuseRestartRequiredException.java b/src/main/java/org/cryptomator/common/mount/FuseRestartRequiredException.java index 1c300df89..5e4420889 100644 --- a/src/main/java/org/cryptomator/common/mount/FuseRestartRequiredException.java +++ b/src/main/java/org/cryptomator/common/mount/FuseRestartRequiredException.java @@ -3,6 +3,7 @@ package org.cryptomator.common.mount; import org.cryptomator.integrations.mount.MountFailedException; public class FuseRestartRequiredException extends MountFailedException { + public FuseRestartRequiredException(String msg) { super(msg); } diff --git a/src/main/java/org/cryptomator/common/settings/VaultSettings.java b/src/main/java/org/cryptomator/common/settings/VaultSettings.java index 5baf12ff0..fd21fc197 100644 --- a/src/main/java/org/cryptomator/common/settings/VaultSettings.java +++ b/src/main/java/org/cryptomator/common/settings/VaultSettings.java @@ -9,6 +9,7 @@ import com.google.common.base.CharMatcher; import com.google.common.base.Strings; import com.google.common.io.BaseEncoding; import org.jetbrains.annotations.VisibleForTesting; + import javafx.beans.Observable; import javafx.beans.binding.Bindings; import javafx.beans.binding.StringExpression; diff --git a/src/main/java/org/cryptomator/ui/unlock/UnlockFuseRestartRequiredController.java b/src/main/java/org/cryptomator/ui/unlock/UnlockFuseRestartRequiredController.java index 4f9e5649b..8a63b8035 100644 --- a/src/main/java/org/cryptomator/ui/unlock/UnlockFuseRestartRequiredController.java +++ b/src/main/java/org/cryptomator/ui/unlock/UnlockFuseRestartRequiredController.java @@ -19,10 +19,10 @@ public class UnlockFuseRestartRequiredController implements FxController { private final Vault vault; @Inject - UnlockFuseRestartRequiredController(@UnlockWindow Stage window, - ResourceBundle resourceBundle, - FxApplicationWindows appWindows, - @UnlockWindow Vault vault) { + UnlockFuseRestartRequiredController(@UnlockWindow Stage window, // + ResourceBundle resourceBundle, // + FxApplicationWindows appWindows, // + @UnlockWindow Vault vault) { this.window = window; this.resourceBundle = resourceBundle; this.appWindows = appWindows; diff --git a/src/main/resources/fxml/unlock_fuse_restart_required.fxml b/src/main/resources/fxml/unlock_fuse_restart_required.fxml index 91f4cc35c..854d4e2de 100644 --- a/src/main/resources/fxml/unlock_fuse_restart_required.fxml +++ b/src/main/resources/fxml/unlock_fuse_restart_required.fxml @@ -5,13 +5,13 @@ + - + -