mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-20 06:06:02 +00:00
Merge pull request #1518 from cryptomator/fix/1515-suppressed-messages
Fixed suppressed "invalid mountpoint" messages
This commit is contained in:
@@ -190,6 +190,7 @@ public class UnlockWorkflow extends Task<Boolean> {
|
|||||||
private void showInvalidMountPointScene() {
|
private void showInvalidMountPointScene() {
|
||||||
Platform.runLater(() -> {
|
Platform.runLater(() -> {
|
||||||
window.setScene(invalidMountPointScene.get());
|
window.setScene(invalidMountPointScene.get());
|
||||||
|
window.show();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user