|
473 | 473 | x:Phase="2" |
474 | 474 | Background="Transparent" |
475 | 475 | ToolTipService.ToolTip="{x:Bind SyncStatusUI.SyncStatusString, Mode=OneWay}" |
476 | | - Visibility="{Binding InstanceViewModel.IsPageTypeCloudDrive, ElementName=PageRoot, Mode=OneWay, Converter={StaticResource BoolToVisibilityConverter}}"> |
| 476 | + Visibility="{Binding InstanceViewModel.IsPageTypeCloudDrive, ElementName=PageRoot, Mode=OneWay}"> |
477 | 477 | <controls:ThemedIcon |
478 | 478 | Width="16" |
479 | 479 | Height="16" |
|
847 | 847 | FontSize="14" |
848 | 848 | Style="{StaticResource SubheaderTextBlockStyle}" |
849 | 849 | Text="{x:Bind Model.Subtext, Mode=OneWay}" |
850 | | - Visibility="{x:Bind Model.ShowCountTextBelow, Mode=OneWay, Converter={StaticResource BoolToVisibilityConverter}}" /> |
| 850 | + Visibility="{x:Bind Model.ShowCountTextBelow, Mode=OneWay}" /> |
851 | 851 |
|
852 | 852 | <TextBlock |
853 | 853 | Grid.Row="1" |
854 | 854 | Grid.ColumnSpan="3" |
855 | 855 | Style="{StaticResource App.Theme.BodyTextBlockStyle}" |
856 | 856 | Text="{x:Bind Model.CountText, Mode=OneWay}" |
857 | | - Visibility="{x:Bind Model.ShowCountTextBelow, Mode=OneWay, Converter={StaticResource BoolToVisibilityConverter}}" /> |
| 857 | + Visibility="{x:Bind Model.ShowCountTextBelow, Mode=OneWay}" /> |
858 | 858 |
|
859 | 859 | </Grid> |
860 | 860 | </DataTemplate> |
|
936 | 936 | Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" |
937 | 937 | Style="{StaticResource SubheaderTextBlockStyle}" |
938 | 938 | Text="{x:Bind ((storage:IGroupedCollectionHeader)Group).Model.Subtext, Mode=OneWay}" |
939 | | - Visibility="{x:Bind ((storage:IGroupedCollectionHeader)Group).Model.ShowCountTextBelow, Mode=OneWay, Converter={StaticResource BoolToVisibilityConverter}}" /> |
| 939 | + Visibility="{x:Bind ((storage:IGroupedCollectionHeader)Group).Model.ShowCountTextBelow, Mode=OneWay}" /> |
940 | 940 |
|
941 | 941 | <TextBlock |
942 | 942 | Grid.Row="1" |
|
945 | 945 | Foreground="{ThemeResource SystemControlPageTextBaseMediumBrush}" |
946 | 946 | Style="{StaticResource App.Theme.BodyTextBlockStyle}" |
947 | 947 | Text="{x:Bind ((storage:IGroupedCollectionHeader)Group).Model.CountText, Mode=OneWay}" |
948 | | - Visibility="{x:Bind ((storage:IGroupedCollectionHeader)Group).Model.ShowCountTextBelow, Mode=OneWay, Converter={StaticResource BoolToVisibilityConverter}}" /> |
| 948 | + Visibility="{x:Bind ((storage:IGroupedCollectionHeader)Group).Model.ShowCountTextBelow, Mode=OneWay}" /> |
949 | 949 |
|
950 | 950 | </Grid> |
951 | 951 | </DataTemplate> |
|
0 commit comments