Skip to content

Commit

Permalink
Issues #17 Fixed the display of the menu under the window
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPro committed Apr 12, 2024
1 parent d4f924e commit b8ebc4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SmartContextMenu/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ protected override void OnLoad(EventArgs e)
_systemTrayMenu.Build(_settings);
_systemTrayMenu.CheckMenuItemAutoStart(AutoStarter.IsAutoStartByRegisterEnabled(AssemblyUtils.AssemblyProductName, AssemblyUtils.AssemblyLocation));
}

BringToFront();
Activate();
}

protected override void OnClosed(EventArgs e)
Expand Down

0 comments on commit b8ebc4d

Please sign in to comment.