mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 18:21:26 +00:00
log errors when showing main window
This commit is contained in:
@@ -61,6 +61,9 @@ public class FxApplication {
|
||||
stage.setIconified(true);
|
||||
}
|
||||
}
|
||||
}).exceptionally(error -> {
|
||||
LOG.error("Failed to show main window", error);
|
||||
return null;
|
||||
});
|
||||
|
||||
launchEventHandler.startHandlingLaunchEvents();
|
||||
|
||||
Reference in New Issue
Block a user