Skip to content
Snippets Groups Projects
Commit a695ba0a authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Use a better color for highlighting a suspended service.

Refers to #2
parent 2a450fc7
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ namespace ATXTray
_svcSuspendReason = _status.LimitReason;
if (_svcSuspended) {
_miSvcSuspended.Text = @"Service suspended, reason: " + _svcSuspendReason;
_miSvcSuspended.BackColor = Color.LightYellow;
_miSvcSuspended.BackColor = Color.LightSalmon;
/*
_notifyIcon.ShowBalloonTip(500, "AutoTx Monitor",
"Service suspended: " + _status.LimitReason, ToolTipIcon.Warning);
......
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