Skip to content

Commit 625d397

Browse files
committed
nothing
1 parent 61b9280 commit 625d397

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MainWindow.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,9 +588,9 @@ public void CheckUpdate()
588588
var notifyUpdate = new
589589
NotifyUpdate("打扰一下,您已经使用这个软件版本很久啦!\n\n或许已经有新版本了,欢迎前去公众号获取最新版。✨",
590590
"知道啦", "别再提示")
591-
{
592-
Owner = this
593-
};
591+
{
592+
Owner = this
593+
};
594594
notifyUpdate.Show();
595595
}
596596

0 commit comments

Comments
 (0)