Add update button to about

This commit is contained in:
2021-12-20 13:14:00 -05:00
parent e609bebbbc
commit fbb797968d
6 changed files with 47 additions and 7 deletions

View File

@@ -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)