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

Add note about left mouse button click handling.

Refers to #2
parent b7705b87
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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