Fixed issue where app wouldn't load up without settings.json

This commit is contained in:
Rohit Awate 2018-02-12 11:04:16 +05:30
parent 72329c3080
commit 48231516a0

View file

@ -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";
}