diff --git a/ATxTray/AutoTxTray.cs b/ATxTray/AutoTxTray.cs
index c72f95b4dbaffcd51a1a1644842dd437f5259913..3c6fa5ba41453de9e7cbfd551d79218e27b89df9 100644
--- a/ATxTray/AutoTxTray.cs
+++ b/ATxTray/AutoTxTray.cs
@@ -163,6 +163,7 @@ namespace ATxTray
 
             _miSvcSuspended.Text = @"No limits apply, service active.";
             _miSvcSuspended.Click += ShowContextMenu;
+            _miSvcSuspended.Visible = false;
 
             _miTxProgress.Text = @"No transfer running.";
             _miTxProgress.Click += ShowContextMenu;