mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Send notification userInfo to app.ready, on macOS.
Check if the user launched the app from a notification and send the notification args across if so.
This commit is contained in:
@@ -69,7 +69,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;
|
||||
|
||||
Reference in New Issue
Block a user