Formatted version

This commit is contained in:
genuineparts 2025-03-04 19:34:44 +01:00
parent c19dc1970d
commit e75ff73e39

View file

@ -116,8 +116,8 @@ public class Main {
JSONObject text3 = new JSONObject();
text3.put("type","text");
text3.put("x",120);
text3.put("y",200);
text3.put("text", version);
text3.put("y",210);
text3.put("text", "Ver. "+version);
text3.put("color",conf.getString("textcolorupdate"));
text3.put("font",2);
text3.put("background",conf.getString("bgcolormain"));