improve:更新提示
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Ink_Canvas.Helpers
|
||||
|
||||
taskbar.ShowBalloonTip(
|
||||
"InkCanvasForClass CE",
|
||||
$"有新版本:{version}",
|
||||
$"发现新版本!:{version}",
|
||||
BalloonIcon.Info);
|
||||
}
|
||||
catch
|
||||
@@ -55,7 +55,7 @@ namespace Ink_Canvas.Helpers
|
||||
{
|
||||
new ToastContentBuilder()
|
||||
.AddText("InkCanvasForClass CE")
|
||||
.AddText($"有新版本:{version}")
|
||||
.AddText($"发现新版本!:{version}")
|
||||
.Show();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user