Skip to content

Commit

Permalink
update 0.2.1 (055)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seil0 committed Nov 14, 2017
1 parent b8f4f89 commit 6a2c5d0
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ public class MainWindowController {
private String selectedGameTitleID;
private String selectedGameTitle;
private String id;
private String version = "0.2.0";
private String buildNumber = "053";
private String version = "0.2.1";
private String buildNumber = "055";
private String versionName = "Puzzle Plank Galaxy";
private int xPos = -200;
private int yPos = 17;
Expand Down Expand Up @@ -957,9 +957,7 @@ void cloudSyncToggleBtnAction(ActionEvent event){
if(cloudSync) {
cloudSync = false;
} 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, "
+ "\nwhich is currently in beta. Are you sure you want to do this?";

Expand Down

0 comments on commit 6a2c5d0

Please sign in to comment.