perf: update at first open

dev_deconstruction 0.10
DESKTOP-3BO4HSG\ksat 2 years ago
parent 4920090548
commit d3d39d37d5

@ -33,8 +33,10 @@ namespace STranslate
private void InitialTray()
{
notifyIcon.Text = "STranslate";
notifyIcon.BalloonTipText = "STranslate 已启动";
notifyIcon.Icon = new System.Drawing.Icon(Application.GetResourceStream(new Uri("Images/translate.ico", UriKind.Relative)).Stream);
notifyIcon.Visible = true;
notifyIcon.ShowBalloonTip(1000);
notifyIcon.MouseDoubleClick += NotifyIcon_MouseDoubleClick;
@ -282,8 +284,7 @@ namespace STranslate
}
private void InitView()
{
this.Activate();
this.TextBoxInput.Focus();
this.Hide();
}
private System.Windows.Forms.NotifyIcon notifyIcon = new System.Windows.Forms.NotifyIcon();
private bool _IsTopmost { get; set; }

@ -47,6 +47,6 @@ using System.Windows;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.8.0")]
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: Guid("CE252DD8-179F-4544-9989-453F5DEA378D")]
Loading…
Cancel
Save