Do not minimize to systray by default
This commit is contained in:
@@ -97,7 +97,7 @@ import lombok.Data;
|
|||||||
this.shutdownMode = "soft";
|
this.shutdownMode = "soft";
|
||||||
this.extras = "";
|
this.extras = "";
|
||||||
this.autoSignIn = false;
|
this.autoSignIn = false;
|
||||||
this.useSysTray = true;
|
this.useSysTray = false;
|
||||||
this.UIType = null;
|
this.UIType = null;
|
||||||
this.theme = null;
|
this.theme = null;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -470,7 +470,7 @@ public class SettingsLoader {
|
|||||||
this.renderbucketSize = null;
|
this.renderbucketSize = null;
|
||||||
this.cacheDir = null;
|
this.cacheDir = null;
|
||||||
this.autoSignIn = null;
|
this.autoSignIn = null;
|
||||||
this.useSysTray = null;
|
this.useSysTray = String.valueOf(defaultConfigValues.isUseSysTray());
|
||||||
this.ui = null;
|
this.ui = null;
|
||||||
this.priority = defaultConfigValues.getPriority(); // must be the same default as Configuration
|
this.priority = defaultConfigValues.getPriority(); // must be the same default as Configuration
|
||||||
this.ram = null;
|
this.ram = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user