FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 4a68c228 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Use grey icon when disconnected

parent 7c8f9ae6
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ namespace WpkgNotifier
switch (status)
{
case WpkgServiceState.DISCONNECTED:
notifyIcon.Icon = WpkgNotifier.Properties.Resources.yellow;
notifyIcon.Icon = WpkgNotifier.Properties.Resources.grey;
SetToolTip("Not currently connected");
break;
case WpkgServiceState.IDLE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment