From 0ed8f6ce97e272193331faa1a39955aaef358f85 Mon Sep 17 00:00:00 2001 From: antelle Date: Tue, 19 Jul 2016 20:39:46 +0300 Subject: [PATCH] fix #276: save to file --- app/scripts/comp/launcher.js | 2 +- release-notes.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/scripts/comp/launcher.js b/app/scripts/comp/launcher.js index b44d6889..a1f26197 100644 --- a/app/scripts/comp/launcher.js +++ b/app/scripts/comp/launcher.js @@ -35,7 +35,7 @@ if (window.process && window.process.versions && window.process.versions.electro var homePath = this.remReq('electron').app.getPath('userDesktop'); defaultPath = this.req('path').join(homePath, defaultPath); } - this.remReq('dialog').showSaveDialog({ + this.remReq('electron').dialog.showSaveDialog({ title: Locale.launcherSave, defaultPath: defaultPath, filters: [{ name: Locale.launcherFileFilter, extensions: ['kdbx'] }] diff --git a/release-notes.md b/release-notes.md index 3ae85088..c73d0942 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,9 @@ Release notes ------------- +##### v1.2.4 (2016-07-*) +`-` fix save to file + ##### v1.2.3 (2016-07-17) `+` option to skip lock on minimize under mac `-` fix dropbox popup error