Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 392 Bytes

File metadata and controls

8 lines (4 loc) · 392 Bytes

Electron dialog api demo

In earlier releases of electron, if we want to use the dialog api to show a file dialog, just call electron.remote.showOpenDialog, but now electron.remote is disabled by default, and enabling it is not recommended. so checkout this tutorial to see how should we do with the latest electron framework technology.

License

CC0 1.0 (Public Domain)