fix:开关状态显示错误

This commit is contained in:
2025-08-24 16:24:29 +08:00
parent 441f40886f
commit b4250b9161
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -1121,7 +1121,7 @@
<TextBlock Foreground="#fafafa" Text="在调色盘窗口中显示 笔尖模式 按钮"
VerticalAlignment="Center" FontSize="14" Margin="0,0,16,0" />
<ui:ToggleSwitch OnContent="" OffContent=""
Name="ToggleSwitchEnableDisPlayNibModeToggle" IsOn="True"
Name="ToggleSwitchEnableDisPlayNibModeToggle" IsOn="False"
FontFamily="Microsoft YaHei UI" FontWeight="Bold"
Toggled="ToggleSwitchEnableDisPlayNibModeToggle_Toggled" />
</ui:SimpleStackPanel>