fix #276: save to file

This commit is contained in:
antelle 2016-07-19 20:39:46 +03:00
parent e9feeee718
commit 0ed8f6ce97
2 changed files with 4 additions and 1 deletions

View File

@ -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'] }]

View File

@ -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