From af001b056a44a20bf1c598ec88aa9a9e37eaedd3 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:22:12 +0100 Subject: [PATCH] UI Fixes --- app/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }