Skip to content

Commit 8e30316

Browse files
authored
Add files via upload
1 parent f37e605 commit 8e30316

5 files changed

+101
-94
lines changed

apate/AboutUI.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apate/ApateUI.Designer.cs

+40-76
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apate/ApateUI.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ private void RevealMaskLabel_DragDrop(object sender, DragEventArgs e)
127127
{
128128
Activate();
129129
//弹窗确认
130-
InfoBox infoBox = new InfoBox("注意!", "如果拖入未经过伪装的文件,可能会对该文件造成严重的数据破坏,且无法恢复!请务必做好备份!\r\n\r\n是否继续?");
130+
InfoBox infoBox = new InfoBox("注意!", "如果拖入未经过伪装的文件,可能会对该文件造成严重的数据破坏,且无法恢复!请务必做好备份!\r\n是否继续?");
131131
//如果主窗口是置顶,则弹窗也置顶
132132
if (TopMost == true)
133133
{

0 commit comments

Comments
 (0)