stake-house / wagyu-key-gen

GNU General Public License v3.0
60 stars 42 forks source link

Investigate warning about remote module deprecation #103

Closed colfax23 closed 2 years ago

colfax23 commented 2 years ago

After verifying the mnemonic, the following warning appears:

(electron) The remote module is deprecated. Use https://github.com/electron/remote instead.

Please investigate what should be used instead. Can we use the dialog module instead to fix the related warning? https://www.electronjs.org/docs/latest/api/dialog/

remyroy commented 2 years ago

Let me work on this one.