|
43 | 43 | <TextBlock Text="{Binding DefaultText}" |
44 | 44 | Foreground="{DynamicResource TextFillColorTertiaryBrush}" |
45 | 45 | FontSize="11"/> |
| 46 | + <TextBlock Text="{Binding RecommendedText}" |
| 47 | + Visibility="{Binding RecommendedTextVisibility}" |
| 48 | + Foreground="{DynamicResource SystemFillColorSuccessBrush}" |
| 49 | + FontSize="11" FontWeight="SemiBold" Margin="12,0,0,0"/> |
46 | 50 | </StackPanel> |
47 | 51 | </StackPanel> |
48 | 52 | <StackPanel Grid.Column="1" Orientation="Vertical"> |
|
246 | 250 | <TextBlock Text="{Binding DefaultText}" |
247 | 251 | Foreground="{DynamicResource TextFillColorTertiaryBrush}" |
248 | 252 | FontSize="11"/> |
| 253 | + <TextBlock Text="{Binding RecommendedText}" |
| 254 | + Visibility="{Binding RecommendedTextVisibility}" |
| 255 | + Foreground="{DynamicResource SystemFillColorSuccessBrush}" |
| 256 | + FontSize="11" FontWeight="SemiBold" Margin="12,0,0,0"/> |
249 | 257 | </StackPanel> |
250 | 258 | </StackPanel> |
251 | 259 | <StackPanel Grid.Column="1" Orientation="Vertical"> |
|
316 | 324 | <TextBlock Text="{Binding DefaultText}" |
317 | 325 | Foreground="{DynamicResource TextFillColorTertiaryBrush}" |
318 | 326 | FontSize="11"/> |
| 327 | + <TextBlock Text="{Binding RecommendedText}" |
| 328 | + Visibility="{Binding RecommendedTextVisibility}" |
| 329 | + Foreground="{DynamicResource SystemFillColorSuccessBrush}" |
| 330 | + FontSize="11" FontWeight="SemiBold" Margin="12,0,0,0"/> |
319 | 331 | </StackPanel> |
320 | 332 | </StackPanel> |
321 | 333 | <StackPanel Grid.Column="1" Orientation="Vertical"> |
|
412 | 424 | <TextBlock Text="{Binding DefaultText}" |
413 | 425 | Foreground="{DynamicResource TextFillColorTertiaryBrush}" |
414 | 426 | FontSize="11"/> |
| 427 | + <TextBlock Text="{Binding RecommendedText}" |
| 428 | + Visibility="{Binding RecommendedTextVisibility}" |
| 429 | + Foreground="{DynamicResource SystemFillColorSuccessBrush}" |
| 430 | + FontSize="11" FontWeight="SemiBold" Margin="12,0,0,0"/> |
415 | 431 | </StackPanel> |
416 | 432 | </StackPanel> |
417 | 433 | <StackPanel Grid.Column="1" Orientation="Vertical"> |
|
516 | 532 | <TextBlock Text="{Binding DefaultText}" |
517 | 533 | Foreground="{DynamicResource TextFillColorTertiaryBrush}" |
518 | 534 | FontSize="11"/> |
| 535 | + <TextBlock Text="{Binding RecommendedText}" |
| 536 | + Visibility="{Binding RecommendedTextVisibility}" |
| 537 | + Foreground="{DynamicResource SystemFillColorSuccessBrush}" |
| 538 | + FontSize="11" FontWeight="SemiBold" Margin="12,0,0,0"/> |
519 | 539 | </StackPanel> |
520 | 540 | </StackPanel> |
521 | 541 | <StackPanel Grid.Column="1" Orientation="Vertical" |
|
594 | 614 | <TextBlock Text="{Binding DefaultText}" |
595 | 615 | Foreground="{DynamicResource TextFillColorTertiaryBrush}" |
596 | 616 | FontSize="11"/> |
| 617 | + <TextBlock Text="{Binding RecommendedText}" |
| 618 | + Visibility="{Binding RecommendedTextVisibility}" |
| 619 | + Foreground="{DynamicResource SystemFillColorSuccessBrush}" |
| 620 | + FontSize="11" FontWeight="SemiBold" Margin="12,0,0,0"/> |
597 | 621 | </StackPanel> |
598 | 622 | </StackPanel> |
599 | 623 | <StackPanel Grid.Column="1" Orientation="Vertical"> |
|
780 | 804 | <TextBlock Text="{Binding DefaultText}" |
781 | 805 | Foreground="{DynamicResource TextFillColorTertiaryBrush}" |
782 | 806 | FontSize="11"/> |
| 807 | + <TextBlock Text="{Binding RecommendedText}" |
| 808 | + Visibility="{Binding RecommendedTextVisibility}" |
| 809 | + Foreground="{DynamicResource SystemFillColorSuccessBrush}" |
| 810 | + FontSize="11" FontWeight="SemiBold" Margin="12,0,0,0"/> |
783 | 811 | </StackPanel> |
784 | 812 | </StackPanel> |
785 | 813 | <StackPanel Grid.Column="1" Orientation="Vertical"> |
|
824 | 852 | <TextBlock Text="Default: Balanced" |
825 | 853 | Foreground="{DynamicResource TextFillColorTertiaryBrush}" |
826 | 854 | FontSize="11"/> |
| 855 | + <TextBlock x:Name="PowerPlanRecommendedText" |
| 856 | + Foreground="{DynamicResource SystemFillColorSuccessBrush}" |
| 857 | + FontSize="11" FontWeight="SemiBold" Margin="12,0,0,0"/> |
827 | 858 | </StackPanel> |
828 | 859 | </StackPanel> |
829 | 860 | <StackPanel Grid.Column="1" Orientation="Vertical"> |
|
0 commit comments