diff --git a/MainWindow.xaml b/MainWindow.xaml index 4fde50a..ffb5335 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -126,7 +126,7 @@ + FontSize="12" Visibility="{Binding Path=HasToDisplayList, Converter={StaticResource VisibleIfTrue}}"/> 0) || (Html != null && Html.Length > 0))); } } public bool ShowRtf { get { return NativeBody == BodyType.RTF || (NativeBody == BodyType.Undefined && RtfCompressed != null && RtfCompressed.Length > 0); } } + public bool HasToDisplayList { get { return ToDisplayList.Length > 0; } } public string ToDisplayList { get