Merge pull request #7053 from electron/launch-from-notification
Send notification info to app.ready, on macOS
This commit is contained in:
commit
b6079ff90b
8 changed files with 28 additions and 11 deletions
|
@ -73,7 +73,7 @@ class App : public AtomBrowserClient::Delegate,
|
|||
void OnOpenURL(const std::string& url) override;
|
||||
void OnActivate(bool has_visible_windows) override;
|
||||
void OnWillFinishLaunching() override;
|
||||
void OnFinishLaunching() override;
|
||||
void OnFinishLaunching(const base::DictionaryValue& launch_info) override;
|
||||
void OnLogin(LoginHandler* login_handler,
|
||||
const base::DictionaryValue& request_details) override;
|
||||
void OnAccessibilitySupportChanged() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue