main: setforegroundwindow

This commit is contained in:
Zack Buhman 2026-01-13 16:18:10 -06:00
parent 20cb55a63e
commit 151873afb1

View File

@ -230,6 +230,8 @@ HRESULT InitWindow(HINSTANCE hInstance, int nCmdShow)
ShowWindow(g_hWnd, nCmdShow); ShowWindow(g_hWnd, nCmdShow);
SetForegroundWindow(g_hWnd);
return S_OK; return S_OK;
} }