diff --git a/src/main/index.js b/src/main/index.js
index 8a3e4aa..a00c2c7 100644
--- a/src/main/index.js
+++ b/src/main/index.js
@@ -62,7 +62,6 @@ const createMainWindow = () => {
         if (extName) {
             const extNameNoDot = extName.replace(/^\./, '');
             const options = {
-                defaultPath: path.join(app.getPath('documents'), baseName),
                 filters: [getFilterForExtension(extNameNoDot)]
             };
             const userChosenPath = dialog.showSaveDialog(window, options);