This commit is contained in:
parent
b69cac606a
commit
75fdd45938
3 changed files with 3 additions and 1 deletions
|
@ -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 += () =>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue