diff --git a/Client/Views/GameWindow.xaml b/Client/Views/GameWindow.xaml
index 5998e63..a79e2c6 100644
--- a/Client/Views/GameWindow.xaml
+++ b/Client/Views/GameWindow.xaml
@@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Client.Views"
mc:Ignorable="d"
- Title="GameWindow" Height="600" Width="1200">
+ Title="Scrubl.io" Height="600" Width="1200">
@@ -30,14 +30,7 @@
-
-
-
-
-
-
-
-
+
diff --git a/Client/Views/MainWindow.xaml b/Client/Views/MainWindow.xaml
index cfaf897..7830f07 100644
--- a/Client/Views/MainWindow.xaml
+++ b/Client/Views/MainWindow.xaml
@@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Client"
mc:Ignorable="d"
- Title="MainWindow" Height="450" Width="800">
+ Title="Scrubl.io" Height="450" Width="800">
@@ -67,8 +67,8 @@
-
-
+
+
diff --git a/Client/Views/MainWindow.xaml.cs b/Client/Views/MainWindow.xaml.cs
index 43f75ee..ccbf69d 100644
--- a/Client/Views/MainWindow.xaml.cs
+++ b/Client/Views/MainWindow.xaml.cs
@@ -35,6 +35,9 @@ namespace Client
testLabel.Content = lobbySelected.ID;
usernameTextbox.IsEnabled = false;
colorSelection.IsEnabled = false;
+ joinButton.IsEnabled = false;
+ hostButton.IsEnabled = false;
+
GameWindow window = new GameWindow();
window.Show();
}