mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Bugfix: removed vestigial IsEnabled binding on Readme button
This commit is contained in:
parent
b24a2a5ce4
commit
c808f9a4ed
@ -87,8 +87,7 @@
|
||||
<Button
|
||||
Grid.Row="1"
|
||||
Height="30"
|
||||
Command="{Binding OpenReadmeCommand}"
|
||||
IsEnabled="{Binding HasReadme}">
|
||||
Command="{Binding OpenReadmeCommand}">
|
||||
<TextBlock
|
||||
FontSize="15"
|
||||
FontWeight="Bold"
|
||||
|
Loading…
Reference in New Issue
Block a user