fix #93: save on exit

This commit is contained in:
Antelle 2016-02-22 09:59:50 +03:00
parent 9a315f3104
commit 99496253d9
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,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({