Bugfix: removed vestigial IsEnabled binding on Readme button

This commit is contained in:
Justin Swanson 2019-10-12 14:13:55 -05:00
parent b24a2a5ce4
commit c808f9a4ed

View File

@ -87,8 +87,7 @@
<Button
Grid.Row="1"
Height="30"
Command="{Binding OpenReadmeCommand}"
IsEnabled="{Binding HasReadme}">
Command="{Binding OpenReadmeCommand}">
<TextBlock
FontSize="15"
FontWeight="Bold"