Add an advanced new pad modal

This commit is contained in:
yflory
2018-01-12 09:48:40 +01:00
parent e377d606be
commit daef08a9b3
11 changed files with 195 additions and 4 deletions

View File

@@ -407,7 +407,7 @@ define([
var priv = common.getMetadataMgr().getPrivateData();
if (priv.isNewFile) {
var c = (priv.settings.general && priv.settings.general.creation) || {};
if (c.skip) { return void common.createPad(c, waitFor()); }
if (c.skip && !priv.forceCreationScreen) { return void common.createPad(c, waitFor()); }
common.getPadCreationScreen(c, waitFor());
}
}).nThen(function (waitFor) {