Merge pull request #1518 from cryptomator/fix/1515-suppressed-messages

Fixed suppressed "invalid mountpoint" messages
This commit is contained in:
Armin Schrenk
2021-01-27 15:22:47 +01:00
committed by GitHub

View File

@@ -190,6 +190,7 @@ public class UnlockWorkflow extends Task<Boolean> {
private void showInvalidMountPointScene() {
Platform.runLater(() -> {
window.setScene(invalidMountPointScene.get());
window.show();
});
}