Fixed suppressed "invalid mountpoint" messages

Fixed #1515
This commit is contained in:
JaniruTEC
2021-01-23 22:13:07 +01:00
parent c1f44f76b9
commit d86ea20c31

View File

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