From d93cd7ae33935a3e1e6d88f1e13cf3d4011fe736 Mon Sep 17 00:00:00 2001
From: Christopher Willis-Ford <cwillisf@media.mit.edu>
Date: Tue, 8 Jan 2019 15:37:37 -0800
Subject: [PATCH] Remember last save location

---
 src/main/index.js | 1 -
 1 file changed, 1 deletion(-)

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);