mirror of
https://github.com/ckaczor/WorkIndicator.git
synced 2026-01-26 02:05:38 -05:00
Add IPC listener and tweak update messages
This commit is contained in:
@@ -68,9 +68,9 @@ namespace WorkIndicator
|
||||
_initialized = true;
|
||||
}
|
||||
|
||||
public static void SetText(string text)
|
||||
public static void ShowUpdateMessage(string text)
|
||||
{
|
||||
_trayIcon.Text = text;
|
||||
_trayIcon.ShowBalloonTip(250, Resources.ApplicationName, text, ToolTipIcon.None);
|
||||
}
|
||||
|
||||
static void HandleContextMenuStripOpening(object sender, System.ComponentModel.CancelEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user