fix #368: desktop file save error

This commit is contained in:
antelle 2016-09-16 19:27:58 +03:00
parent f450a1e6b5
commit b29e30cb1a
2 changed files with 4 additions and 1 deletions

View File

@ -180,7 +180,7 @@ var SettingsFileView = Backbone.View.extend({
if (Launcher) {
Launcher.getSaveFileName(fileName, path => {
if (path) {
Storage.file.save(path, data, err => {
Storage.file.save(path, null, data, err => {
if (err) {
Alerts.error({
header: Locale.setFileSaveError,

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.3.3 (WIP)
`-` fix #368: desktop file save error
##### v1.3.2 (2016-09-13)
`-` fix #342: url detection in Microsoft Edge
`-` fix #351: error alert on power shutdown