We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29680f commit e2e9b49Copy full SHA for e2e9b49
UnityLauncherPro/MainWindow.xaml
@@ -540,7 +540,7 @@
540
<DataGridTextColumn.CellStyle>
541
<Style TargetType="{x:Type DataGridCell}">
542
<Style.Triggers>
543
- <DataTrigger Binding="{Binding Version, Converter={StaticResource VersionInstalledConverter}}" Value="true">
+ <DataTrigger Binding="{Binding Version, Converter={StaticResource VersionInstalledConverter}}" Value="1">
544
<Setter Property="Foreground" Value="{DynamicResource ThemeGridGreenText}" />
545
</DataTrigger>
546
</Style.Triggers>
0 commit comments