diff --git a/bugn.exe b/bugn.exe index 95421b0..2f7c1eb 100644 Binary files a/bugn.exe and b/bugn.exe differ diff --git a/src/Bar.ahk b/src/Bar.ahk index 2f9f248..98be27a 100644 --- a/src/Bar.ahk +++ b/src/Bar.ahk @@ -355,7 +355,9 @@ Bar_toggleCommandGui() Else y := Monitor_#%Manager_aMonitor%_y + Monitor_#%Manager_aMonitor%_height - Bar_#0_#0H Gui, Show - WinMove, bug.n_BAR_0, , %x%, %y% + WinGet, wndId, ID, bug.n_BAR_0 + WinMove, ahk_id %wndId%, , %x%, %y% + Window_set(wndId, "AlwaysOnTop", "On") GuiControl, Focus, % Bar_#0_#0 } }