Skip to content

Commit

Permalink
gui show icon
Browse files Browse the repository at this point in the history
  • Loading branch information
trueai-org committed Jun 26, 2024
1 parent 638e17b commit 3cc0aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MDriveSync.Client.App.WinForm/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private void NotifyIcon_DoubleClick(object sender, EventArgs e)
{
this.Show();
this.WindowState = FormWindowState.Normal;
notifyIcon.Visible = false;
notifyIcon.Visible = true; // 始终显示
}

protected override void OnFormClosing(FormClosingEventArgs e)
Expand Down

0 comments on commit 3cc0aca

Please sign in to comment.