Revert "feat: 选区截图时保留屏幕笔迹 (#406)" (#418)

This reverts commit f7aa107a62.
This commit is contained in:
CJK_mkp
2026-03-28 17:23:27 +08:00
committed by GitHub
parent 837311b2b7
commit 91c2fa4eee
4 changed files with 17 additions and 280 deletions
@@ -139,17 +139,6 @@
<Separator Style="{StaticResource {x:Static ToolBar.SeparatorStyleKey}}"
Margin="8,0"
Background="#404040" />
<!-- 选项开关 -->
<CheckBox Name="IncludeInkCheckBox"
Content="包含墨迹"
IsChecked="True"
Margin="8,0"
VerticalAlignment="Center"
Foreground="White"
FontWeight="Medium"
Checked="IncludeInkCheckBox_Checked"
Unchecked="IncludeInkCheckBox_Unchecked" />
<!-- 操作按钮 -->
<Button Name="ConfirmButton"