update 0.2.1 (055)

This commit is contained in:
Jannik 2017-11-14 23:44:49 +01:00
parent b8f4f89ec6
commit 6a2c5d050f
1 changed files with 3 additions and 5 deletions

View File

@ -275,8 +275,8 @@ public class MainWindowController {
private String selectedGameTitleID; private String selectedGameTitleID;
private String selectedGameTitle; private String selectedGameTitle;
private String id; private String id;
private String version = "0.2.0"; private String version = "0.2.1";
private String buildNumber = "053"; private String buildNumber = "055";
private String versionName = "Puzzle Plank Galaxy"; private String versionName = "Puzzle Plank Galaxy";
private int xPos = -200; private int xPos = -200;
private int yPos = 17; private int yPos = 17;
@ -957,9 +957,7 @@ public class MainWindowController {
if(cloudSync) { if(cloudSync) {
cloudSync = false; cloudSync = false;
} else { } else {
//TODO this new dialog needs testing! String headingText = "activate cloud savegame sync (beta)";
String headingText = "activate cloud savegame sync (beta)";
String bodyText = "You just activate the cloud savegame sync function of cemu_UI, " String bodyText = "You just activate the cloud savegame sync function of cemu_UI, "
+ "\nwhich is currently in beta. Are you sure you want to do this?"; + "\nwhich is currently in beta. Are you sure you want to do this?";