From 75fdd459382303820a36dcc6bcb0caf96d0c4fd0 Mon Sep 17 00:00:00 2001 From: WeeXnes Date: Sat, 3 May 2025 20:59:30 +0200 Subject: [PATCH] minor fixes --- PS2_Manager/AddGameWindow.axaml.cs | 1 + PS2_Manager/MainWindow.axaml | 1 + PS2_Manager/PS2_Manager.csproj | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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