From 6a2c5d050fdeb576db0a73b77a01a176ceb211db Mon Sep 17 00:00:00 2001 From: Jannik Date: Tue, 14 Nov 2017 23:44:49 +0100 Subject: [PATCH] update 0.2.1 (055) --- .../com/cemu_UI/application/MainWindowController.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/cemu_UI/application/MainWindowController.java b/src/main/java/com/cemu_UI/application/MainWindowController.java index d64c21d..185debc 100644 --- a/src/main/java/com/cemu_UI/application/MainWindowController.java +++ b/src/main/java/com/cemu_UI/application/MainWindowController.java @@ -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; @@ -957,9 +957,7 @@ public class MainWindowController { 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?";