Skip to content

Commit

Permalink
Merge pull request kenvix#3 from waleswood/master
Browse files Browse the repository at this point in the history
Fix:右键退出后,如果鼠标不在托盘内,图标不消失的问题。
  • Loading branch information
kenvix authored Jan 22, 2017
2 parents b942193 + 2165922 commit 8fb0dac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions USBCopyer/Host.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public void success(string msg, string title = "操作完成")

private void ExitXToolStripMenuItem_Click(object sender, EventArgs e)
{
nicon.Dispose();
Environment.Exit(0);
}

Expand Down

0 comments on commit 8fb0dac

Please sign in to comment.