diff --git a/app/main-process/main.js b/app/main-process/main.js index ada7d3d6..ed303571 100644 --- a/app/main-process/main.js +++ b/app/main-process/main.js @@ -9,18 +9,16 @@ const forceQuitDetect = require('./forceQuitDetect'); const Inklecate = require("./inklecate.js").Inklecate; function inkJSNeedsUpdating() { - //return false; - - dialog.showMessageBox({ - type: 'error', - buttons: ['Okay'], - title: 'Export for web unavailable', - message: "Sorry, export for web is currently disabled, until inkjs is updated to support the latest version of ink, which supports lists. If you don't need lists support and need to export to web, you can download version 0.6.4 of Inky and use that instead." - }); - return true; + return false; + // dialog.showMessageBox({ + // type: 'error', + // buttons: ['Okay'], + // title: 'Export for web unavailable', + // message: "Sorry, export for web is currently disabled, until inkjs is updated to support the latest version of ink. You can download a previous version of Inky that supports inkjs and use that instead, although some of the latest features of ink may be missing." + // }); + // return true; } - app.on('will-finish-launching', function () { app.on("open-file", function (event, path) { ProjectWindow.open(path); diff --git a/app/package.json b/app/package.json index f7834131..f1cd540f 100644 --- a/app/package.json +++ b/app/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "chokidar": "^1.6.0", - "inkjs": "^1.4.3", + "inkjs": "^1.5.0", "lodash": "^4.13.1", "mkdirp": "^0.5.1", "randomstring": "^1.1.5"