style: 默认关闭托盘

This commit is contained in:
octopus_yan 2024-09-21 19:39:18 +08:00
parent 229662bd15
commit 899f286682

View File

@ -18,7 +18,7 @@ public class GuiConfig {
private Boolean autoStart = false;
private Boolean silentStartup = false;
private Boolean closeToTray = true;
private Boolean closeToTray = false;
@JsonProperty("proxy")
private ProxyInfo proxyInfo;
@JsonProperty("proxy.testUrl")