Do not minimize to systray by default
This commit is contained in:
@@ -97,7 +97,7 @@ import lombok.Data;
|
||||
this.shutdownMode = "soft";
|
||||
this.extras = "";
|
||||
this.autoSignIn = false;
|
||||
this.useSysTray = true;
|
||||
this.useSysTray = false;
|
||||
this.UIType = null;
|
||||
this.theme = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user