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

Don't show "suspended" entry in tray menu on startup

Refers to #55
parent 81f4fb24
No related branches found
No related tags found
No related merge requests found
...@@ -163,6 +163,7 @@ namespace ATxTray ...@@ -163,6 +163,7 @@ namespace ATxTray
_miSvcSuspended.Text = @"No limits apply, service active."; _miSvcSuspended.Text = @"No limits apply, service active.";
_miSvcSuspended.Click += ShowContextMenu; _miSvcSuspended.Click += ShowContextMenu;
_miSvcSuspended.Visible = false;
_miTxProgress.Text = @"No transfer running."; _miTxProgress.Text = @"No transfer running.";
_miTxProgress.Click += ShowContextMenu; _miTxProgress.Click += ShowContextMenu;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment