Adjust strings and icon

This commit is contained in:
DB p 2025-03-13 14:39:15 +09:00
parent 73c5f39c04
commit dd1f439b64
2 changed files with 4 additions and 6 deletions

View file

@ -104,6 +104,7 @@
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String>
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
<system:String x:Key="BackdropType">Backdrop Type</system:String>
<system:String x:Key="BackdropTypesNone">None</system:String>
<system:String x:Key="BackdropTypesAcrylic">Acrylic</system:String>
<system:String x:Key="BackdropTypesMica">Mica</system:String>

View file

@ -461,11 +461,9 @@
<!-- Backdrop effect -->
<cc:Card
Title="Backdrop Type"
Title="{DynamicResource BackdropType}"
Margin="0 8 0 0"
Icon="&#xeb91;"
Sub="{DynamicResource shadowEffectRestart}">
Icon="&#xeb42;">
<ComboBox
MinWidth="160"
VerticalAlignment="Center"
@ -483,8 +481,7 @@
<cc:Card
Title="{DynamicResource queryWindowShadowEffect}"
Margin="0 8 0 0"
Icon="&#xeb91;"
Sub="{DynamicResource shadowEffectRestart}">
Icon="&#xeb91;">
<ui:ToggleSwitch
IsEnabled="{Binding IsDropShadowEnabled}"
IsOn="{Binding DropShadowEffect}"