Feature: minimize to SysTray option on the settings screen (#246)

* Feature: minimize to SysTray on the settings screen
This commit is contained in:
Luis Uguina
2020-06-09 14:47:39 +10:00
committed by GitHub
parent 658e698cab
commit e06a9a9c1b
5 changed files with 57 additions and 14 deletions

View File

@@ -62,6 +62,7 @@ import lombok.Data;
private List<Pair<Calendar, Calendar>> requestTime;
private String extras;
private boolean autoSignIn;
private boolean useSysTray;
private String UIType;
private String hostname;
private String theme;
@@ -90,6 +91,7 @@ import lombok.Data;
this.requestTime = null;
this.extras = "";
this.autoSignIn = false;
this.useSysTray = true;
this.UIType = null;
this.theme = null;
}