mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-08-02 05:16:03 +00:00
minor ui state tweaks
[ci skip]
This commit is contained in:
@@ -48,7 +48,7 @@ public class UiLauncher {
|
||||
}
|
||||
|
||||
// show window on start?
|
||||
if (settings.startHidden().get()) {
|
||||
if (hasTrayIcon && settings.startHidden().get()) {
|
||||
LOG.debug("Hiding application...");
|
||||
macFunctions.map(MacFunctions::uiState).ifPresent(JniException.ignore(MacApplicationUiState::transformToAgentApplication));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user