mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
Add URL protocol registry entry for SMS and tel (#1898)
This commit is contained in:
parent
893d288f8b
commit
b1b52ff98c
@ -88,6 +88,13 @@ class VoiceHandler {
|
|||||||
errorCallback,
|
errorCallback,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
await protocolClassRegKey.set(
|
||||||
|
'URL Protocol',
|
||||||
|
Registry.REG_SZ,
|
||||||
|
'',
|
||||||
|
errorCallback,
|
||||||
|
);
|
||||||
|
|
||||||
await applicationCapabilitiesRegKey.set(
|
await applicationCapabilitiesRegKey.set(
|
||||||
'ApplicationName',
|
'ApplicationName',
|
||||||
Registry.REG_SZ,
|
Registry.REG_SZ,
|
||||||
|
Loading…
Reference in New Issue
Block a user