update files

This commit is contained in:
Nuintun
2015-11-20 17:45:23 +08:00
parent b31cda4eab
commit 37587ea685
5 changed files with 33 additions and 18 deletions

View File

@@ -186,9 +186,7 @@ AppConfigure.prototype = {
});
break;
case 'save':
context.save(configure, function (){
this.showMessageBox('保存成功!', { type: 'info' });
}, function (){
context.save(configure, null, function (){
this.showMessageBox('保存失败!');
});
break;