evil-mad / robopaint

The software for your friendly painting robot kit!
127 stars 34 forks source link

Saving files broken in electron builds #220

Closed rogerfachini closed 9 years ago

rogerfachini commented 9 years ago

When choosing the 'save svg' option in the electron-built versions, the pop-up window will be the 'Open File' window, making saving images impossible! Will submit a PR as soon as my dev environment is set up.

techninja commented 9 years ago

I'm actually going to handle this and any other Electron bugs inside the original #215 to ensure that the transition is basically transparent. There really are very few specific interactions we did to Nw.js, but this is definitely one of them. Any native dialogs had their own API that now differs considerably.