forked from j62/ctbrec
parent
84dfeb9484
commit
3bfb76e441
|
@ -74,4 +74,5 @@ public class Settings {
|
||||||
public List<String> disabledSites = new ArrayList<>();
|
public List<String> disabledSites = new ArrayList<>();
|
||||||
public String colorBase = "#FFFFFF";
|
public String colorBase = "#FFFFFF";
|
||||||
public String colorAccent = "#FFFFFF";
|
public String colorAccent = "#FFFFFF";
|
||||||
|
public long onlineCheckIntervalInSecs = 60;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue