mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Make holding the option key at launch time open the profile manager on mac.
b=194149; r=sgehani; sr=jaggernaut; a=asa; author=sfraser
This commit is contained in:
parent
b9251480f2
commit
5158bf9a04
@ -181,6 +181,9 @@ nsresult nsMacCommandLine::Initialize(int& argc, char**& argv)
|
||||
}
|
||||
}
|
||||
|
||||
if (GetCurrentKeyModifiers() & optionKey)
|
||||
AddToCommandLine("-p");
|
||||
|
||||
// we've started up now
|
||||
mStartedUp = PR_TRUE;
|
||||
|
||||
|
@ -181,6 +181,9 @@ nsresult nsMacCommandLine::Initialize(int& argc, char**& argv)
|
||||
}
|
||||
}
|
||||
|
||||
if (GetCurrentKeyModifiers() & optionKey)
|
||||
AddToCommandLine("-p");
|
||||
|
||||
// we've started up now
|
||||
mStartedUp = PR_TRUE;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user