fix #93: save on exit

This commit is contained in:
Antelle 2016-02-22 09:59:50 +03:00
parent 59544a630d
commit 3272cd2553
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ var AppView = Backbone.View.extend({
var that = this;
if (this.model.settings.get('autoSave')) {
that.saveAndExit();
return;
return Launcher.preventExit(e);
}
that.exitAlertShown = true;
Alerts.yesno({