diff --git a/PS2_Manager/AddGameWindow.axaml.cs b/PS2_Manager/AddGameWindow.axaml.cs index 9124e22..2cdac3d 100644 --- a/PS2_Manager/AddGameWindow.axaml.cs +++ b/PS2_Manager/AddGameWindow.axaml.cs @@ -61,6 +61,7 @@ public partial class AddGameWindow : Window { InstallButton.IsEnabled = false; GameNameBox.IsEnabled = false; + InstallationMethodBox.IsEnabled = false; InstallButton.Content = "Installing..."; newGame.Install(); newGame.InstallProgress.ValueChanged += () => diff --git a/PS2_Manager/MainWindow.axaml b/PS2_Manager/MainWindow.axaml index a6bdaa0..f95892a 100644 --- a/PS2_Manager/MainWindow.axaml +++ b/PS2_Manager/MainWindow.axaml @@ -25,6 +25,7 @@ + diff --git a/PS2_Manager/PS2_Manager.csproj b/PS2_Manager/PS2_Manager.csproj index 275ef3f..3db8427 100644 --- a/PS2_Manager/PS2_Manager.csproj +++ b/PS2_Manager/PS2_Manager.csproj @@ -8,7 +8,7 @@ app.manifest true 1.0 - 1.1 + 1.2