Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Temporary solution for NotifyIcon balloon on Windows 10 1607
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed Aug 3, 2016
1 parent d73168b commit 55765cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LEUpdater/ApplicationUpdater.cs
Expand Up @@ -64,6 +64,8 @@ private static void ProcessUpdate(XmlDocument xmlContent, NotifyIcon notifyIcon)
$"New Version {version} Available (Current: {GlobalHelper.GetLEVersion()})",
$"{note}\r\n" + "\r\n" + "Click here to open download page.",
ToolTipIcon.Info);

notifyIcon.Text = $"New Version {version} Available.";
}
catch (Exception)
{
Expand Down

0 comments on commit 55765cd

Please sign in to comment.