mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 354857: Application initiated restarts don't pass -foreground to the new process on OSX. r=mossop
This commit is contained in:
parent
c53ec05b07
commit
cd6296da73
@ -1596,6 +1596,7 @@ static nsresult LaunchChild(nsINativeAppSupport* aNative,
|
||||
PR_SetEnv("MOZ_LAUNCHED_CHILD=1");
|
||||
|
||||
#if defined(XP_MACOSX)
|
||||
SetupMacCommandLine(gRestartArgc, gRestartArgv);
|
||||
LaunchChildMac(gRestartArgc, gRestartArgv);
|
||||
#else
|
||||
nsCOMPtr<nsILocalFile> lf;
|
||||
|
Loading…
Reference in New Issue
Block a user