minor fixes
All checks were successful
Java CI / test (push) Successful in 1m31s

This commit is contained in:
WeeXnes 2025-05-03 20:59:30 +02:00
parent b69cac606a
commit 75fdd45938
3 changed files with 3 additions and 1 deletions

View file

@ -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 += () =>

View file

@ -25,6 +25,7 @@
<Border Background="Transparent" Padding="10">
<Border.ContextMenu>
<ContextMenu>
<MenuItem Header="Add New Game" Click="OpenFileButton_Clicked"/>
<MenuItem Header="Remove Game" Click="DeleteButton"/>
<MenuItem Header="Show Details"/>
</ContextMenu>

View file

@ -8,7 +8,7 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<AssemblyVersion>1.0</AssemblyVersion>
<FileVersion>1.1</FileVersion>
<FileVersion>1.2</FileVersion>
</PropertyGroup>
<ItemGroup>