Fixed typo

This commit is contained in:
erri120 2019-10-11 19:35:10 +02:00
parent 0c51422be6
commit 949c9b7ce6
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -52,7 +52,7 @@
<RowDefinition Height="30"/>
</Grid.RowDefinitions>
<Image Grid.Row="0" Source="{Binding SplashScreenImage}" Stretch="Fill"/>
<Button Grid.Row="1" Height="30" Command="{Binding OpenReadme}" IsEnabled="{Binding HadReadme}">
<Button Grid.Row="1" Height="30" Command="{Binding OpenReadme}" IsEnabled="{Binding HasReadme}">
<TextBlock Text="Open README" FontSize="15" FontWeight="Bold"/>
</Button>
</Grid>