mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 06:59:44 +00:00
[RAPPS] Open "Installed" section in Appwiz-mode when RAPPS already runs
CORE-18981
This commit is contained in:
parent
ff1fa4f38a
commit
acbb73a89d
4 changed files with 12 additions and 1 deletions
|
@ -259,6 +259,8 @@ ParseCmdAndExecute(LPWSTR lpCmdLine, BOOL bIsFirstLaunch, int nCmdShow)
|
|||
/* Activate window */
|
||||
ShowWindow(hWindow, SW_SHOWNORMAL);
|
||||
SetForegroundWindow(hWindow);
|
||||
if (bAppwizMode)
|
||||
PostMessage(hWindow, WM_COMMAND, ID_ACTIVATE_APPWIZ, 0);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue