Compare commits

...

1 Commits

Author SHA1 Message Date
151873afb1 main: setforegroundwindow 2026-01-13 16:18:10 -06:00

View File

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