mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
without_activation -> activate
This commit is contained in:
@@ -64,7 +64,7 @@ void OpenItem(const base::FilePath& full_path) {
|
||||
XDGOpen(full_path.value());
|
||||
}
|
||||
|
||||
bool OpenExternal(const GURL& url, const bool without_activation) {
|
||||
bool OpenExternal(const GURL& url, bool activate) {
|
||||
if (url.SchemeIs("mailto"))
|
||||
return XDGEmail(url.spec());
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user