Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexcraft committed Apr 4, 2020
1 parent ebf7681 commit 8d9b1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/net/fexcraft/app/fmt/FMTB.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class FMTB {

public static final String deftitle = "[FPS:%s] Fexcraft Modelling Toolbox - %s";
public static final String deftitle0 = "Fexcraft Modelling Toolbox - %s";
public static final String VERSION = "2.1.1";
public static final String VERSION = "2.2.0";
public static final String CLID = "587016218196574209";
//
public static GGR ggr;
Expand Down Expand Up @@ -450,7 +450,7 @@ private void initScreenshotFrame(){
ss_credits.getStyle().setFont(FontRegistry.ROBOTO_BOLD);
ss_frame.getContainer().add(ss_credits);
}
ss_title.getTextState().setText((Time.getDay() % 2 == 0 ? "FMT - Fexcraft Modelling Toolbox" : "FMT - Fex's Modelling Toolbox") + " [Standard Version]");
ss_title.getTextState().setText((Time.getDay() % 2 == 0 ? "FMT - Fexcraft Modelling Toolbox" : "FMT - Fex's Modelling Toolbox") + " [" + SessionHandler.getLicenseName() + "]");
switch(FMTB.MODEL.creators.size()){
case 0: {
ss_credits.getTextState().setText(FMTB.MODEL.name + " - " + (SessionHandler.isLoggedIn() ? SessionHandler.getUserName() : "Guest User"));
Expand Down

0 comments on commit 8d9b1b5

Please sign in to comment.