diff --git a/app/Program.cs b/app/Program.cs index c315888b..ecf1d2e7 100644 --- a/app/Program.cs +++ b/app/Program.cs @@ -266,7 +266,7 @@ namespace GHelper { // If helper window is not on top, this just focuses on the app again // Pressing the ghelper button again will hide the app - if (checkForFocus && !settingsForm.HasAnyFocus(trayClick)) + if (checkForFocus && !settingsForm.HasAnyFocus(trayClick) && !AppConfig.Is("topmost")) { settingsForm.ShowAll(); }