vesparny / marky

A markdown editor built with Electron and React
MIT License
355 stars 41 forks source link

Ctrl + S Issue #9

Closed arthurlacoste closed 6 years ago

arthurlacoste commented 7 years ago

Version: last master compiled - Windows 10

On a new file, when you try to do a Ctrl + S on a new file (not already saved), you have this message:

issue-marky

vesparny commented 7 years ago

interesting, I am not a windows user so I cannot reproduce it. I'd be happy to accept a PR fixing this.

arthurlacoste commented 7 years ago

I check this to find a workaround.

I'm not a Windows user too, but I work on my Electron app Windows compatibility today.

Ok, I've found why, dialog.showSaveDialog() options are no optionals. I Make a PR.