improve:设置界面

This commit is contained in:
2025-07-22 22:02:21 +08:00
parent b861aa385d
commit 4c39798682
3 changed files with 5 additions and 5 deletions
@@ -173,10 +173,10 @@ namespace Ink_Canvas
DownloadProgressBar.Value = 100;
DownloadProgressText.Text = "下载完成,准备安装...";
await Task.Delay(800);
// 设置结果为立即更新
Result = UpdateResult.UpdateNow;
DialogResult = true;
Close();
// 设置结果为立即更新
Result = UpdateResult.UpdateNow;
DialogResult = true;
Close();
}
else
{