sadick254
7c1124f1e5
Replace remote module with invoke calls.
...
The remote module has been deprecated and is set to be removed on electron version 11.
We have two options to replace the remote module
1. use @electron/remote module
2. Send messages using send/invoke.
I am using invoke since it is the
[recommended](https://www.npmjs.com/package/@electron/remote ) option to use.
2021-10-12 09:27:47 +03:00
Rafael Oleza
7f3f040628
Reformat all JS files using prettier
2019-05-31 18:33:56 +02:00
Michelle Tilley
fd50e02162
👕
2018-01-09 12:19:33 -08:00
Damien Guard
7afa03345a
If protocol handler set top never, unregister it on Windows
2018-01-09 11:38:05 -08:00
Michelle Tilley
8bc7e8a28f
Update protocol client installation
2018-01-08 15:18:43 -08:00
Tobias V. Langhoff
d848c15d42
Fix typo in protocol handler installer popup
...
Correct the typo "defaut" to the correct "default" in the atom:// URI protocol handler popup
2018-01-04 19:36:21 +01:00
Michelle Tilley
5e43084cd3
url -> URI
2017-10-17 15:23:10 -07:00
Michelle Tilley
2b70f57405
🎨 return undefined
2017-10-17 14:41:50 -07:00
Michelle Tilley
5de1c9b9fe
Refactor ProtocolHandlerInstaller
...
Only prompt to become default client on initialization
2017-09-27 12:37:12 -07:00
Michelle Tilley
dae51719f1
Change up protocol handler installation
2017-09-25 14:18:51 -07:00
Michelle Tilley
7ac071d622
Add ability to register Atom as default protocol client for atom:// URIs
2017-09-21 14:32:23 -07:00