зеркало из https://github.com/electron/electron.git
Pass args through correctly
This commit is contained in:
Родитель
14154e374a
Коммит
88bf089504
|
@ -52,7 +52,7 @@ bool Browser::RemoveAsDefaultProtocolClient(const std::string& protocol,
|
|||
if (!identifier)
|
||||
return false;
|
||||
|
||||
if (!Browser::IsDefaultProtocolClient(protocol))
|
||||
if (!Browser::IsDefaultProtocolClient(protocol, args))
|
||||
return false;
|
||||
|
||||
NSString* protocol_ns = [NSString stringWithUTF8String:protocol.c_str()];
|
||||
|
|
Загрузка…
Ссылка в новой задаче