Skip to content
Snippets Groups Projects

Tray Icon position Fix

Merged Marcel Kehrberg requested to merge trayiconFix into develop
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -131,7 +131,8 @@ namespace InnoLabProjektDektopApp.Utils
// Reopen the context menu if requested
if (showContextMenu)
{
_notifyIcon.ContextMenuStrip.Show();
var mousePosition = System.Windows.Forms.Control.MousePosition;
_notifyIcon.ContextMenuStrip.Show(mousePosition);
}
}
Loading