Hi guys, i didnt wanna start a whole new topic to ask this question. I have a modded 'MinimalHD' theme that i have been messing with for my own use... I had these little tags that popped up for a games respective playmode & age rating. During 6.9-beta these worked perfectly and heres an example of how it looked...
<Image Source="pack://siteoforigin:,,,/Themes/My Theme\Images\Tags\Multiplayer\2 Players.png" RenderOptions.BitmapScalingMode="HighQuality" DockPanel.Dock="right" Margin="0,0,5,0">
<Image.Style>
<Style TargetType="Image">
<Setter Property="Visibility" Value="Collapsed" />
<Style.Triggers>
<DataTrigger Binding="{Binding SelectedGame.PlayMode}" Value="2 Players">
<Setter Property="Visibility" Value="Visible" />
</DataTrigger>
However in 6.10-beta-9 both of these tags have stopped showing i'm guessing because the xml files have been split into separate xmls, this might have something to do with it... But i did the same for games with favourites, portables & broken selected and they still work. Any help on how i can fix this for the current version of launchbox would be very helpful.