minor ui state tweaks

[ci skip]
This commit is contained in:
Sebastian Stenzel
2020-02-13 14:32:23 +01:00
parent 7755256956
commit 62676d5a83
2 changed files with 3 additions and 1 deletions
@@ -5,6 +5,7 @@
*******************************************************************************/
package org.cryptomator.launcher;
import javafx.application.Platform;
import org.apache.commons.lang3.SystemUtils;
import org.cryptomator.logging.DebugMode;
import org.cryptomator.logging.LoggerConfiguration;
@@ -90,6 +91,7 @@ public class Cryptomator {
try {
uiLauncher.launch();
shutdownLatch.await();
Platform.exit();
LOG.info("UI shut down");
return 0;
} catch (InterruptedException e) {