diff --git a/ATXTray/AutoTxTray.cs b/ATXTray/AutoTxTray.cs
index 783f538247ac895a1e057e242e9367dc56c1f9cb..e8cab0b3979a145869d9e7f004f98e78d7996a8b 100644
--- a/ATXTray/AutoTxTray.cs
+++ b/ATXTray/AutoTxTray.cs
@@ -35,6 +35,8 @@ namespace ATXTray
         public AutoTxTray() {
             _notifyIcon.Visible = true;
             _notifyIcon.Icon = new Icon("AutoTx.ico");
+            // this doesn't work properly, the menu will not close etc. so we disable it for now:
+            // _notifyIcon.Click += ShowContextMenu;
 
             try {
                 _config = ServiceConfig.Deserialize(ConfigFile);