Fixed issue where app wouldn't load up without settings.json
This commit is contained in:
parent
72329c3080
commit
48231516a0
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ public class Settings {
|
|||
public static boolean connectionReadTimeOutEnable = false;
|
||||
public static int connectionReadTimeOut = 30000;
|
||||
|
||||
public static String theme;
|
||||
public static String theme = "Adreana";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue