diff --git a/Launcher-UI/Views/MainWindow.axaml b/Launcher-UI/Views/MainWindow.axaml
index c714306..a2d276d 100644
--- a/Launcher-UI/Views/MainWindow.axaml
+++ b/Launcher-UI/Views/MainWindow.axaml
@@ -42,7 +42,7 @@
+ HorizontalAlignment="Right" Text="v1.2.1 - Plombir Contribuitors"/>
@@ -77,14 +77,6 @@
HorizontalAlignment="Center"
CornerRadius="10"
Padding="15">
-
@@ -103,7 +95,7 @@
Click="OnLaunchMinecraftClick"
HorizontalAlignment="Center"/>
-
+
+
-
-
-
diff --git a/Launcher-UI/Views/MainWindow.axaml.cs b/Launcher-UI/Views/MainWindow.axaml.cs
index 5b28613..0850eb9 100644
--- a/Launcher-UI/Views/MainWindow.axaml.cs
+++ b/Launcher-UI/Views/MainWindow.axaml.cs
@@ -29,7 +29,6 @@ public partial class MainWindow : Window
var vm = DataContext as MainWindowViewModel;
await LauncherUtils.CreateMinecraftInstance(vm, root);
- button.Content = "Minecraft launched";
}