Skip to content

Commit

Permalink
v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tally authored Feb 3, 2021
1 parent 49bdea1 commit 7a10ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Views/DetailsViewGameOverview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
Tag="{DynamicResource UseAbsoluteExtraMetadataPath}">
<Image.Style>
<Style TargetType="Image">
<Setter Property="Source" Value="{Binding ElementName=LogoPath, Path=Text}"/>
<Setter Property="Source" Value="{Binding ElementName=LogoLeftPath, Path=Text}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding RelativeSource={RelativeSource Self}, Path=Tag}" Value="True">
<Setter Property="Source" Value="{Binding ElementName=LogoLeftPath, Path=Text, Converter={StaticResource ImageStringToImageConverter}}"/>
Expand All @@ -244,7 +244,7 @@
Tag="{DynamicResource UseAbsoluteExtraMetadataPath}">
<Image.Style>
<Style TargetType="Image">
<Setter Property="Source" Value="{Binding ElementName=LogoPath, Path=Text}"/>
<Setter Property="Source" Value="{Binding ElementName=LogoRightPath, Path=Text}"/>
<Style.Triggers>
<DataTrigger Binding="{Binding RelativeSource={RelativeSource Self}, Path=Tag}" Value="True">
<Setter Property="Source" Value="{Binding ElementName=LogoRightPath, Path=Text, Converter={StaticResource ImageStringToImageConverter}}"/>
Expand Down

0 comments on commit 7a10ed7

Please sign in to comment.