mirror of
https://github.com/ckaczor/WorkIndicator.git
synced 2026-02-11 18:48:38 -05:00
Add update button to about
This commit is contained in:
@@ -76,7 +76,7 @@ namespace WorkIndicator
|
||||
if (status == UpdateCheck.UpdateStatus.None)
|
||||
message = WorkIndicator.Properties.Resources.Loading;
|
||||
|
||||
_dispatcher.Invoke(() => TrayIcon.SetText(message));
|
||||
// _dispatcher.Invoke(() => TrayIcon.SetText(message));
|
||||
}
|
||||
|
||||
protected override void OnExit(ExitEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user