From c54dd56ad9df2e9702d5db95dbe081030cc315dd Mon Sep 17 00:00:00 2001 From: Todor Imreorov Date: Fri, 8 Feb 2019 19:03:38 +0000 Subject: [PATCH] scrap ini config for json,add ability to enable autosaving and disable automatic node creation, store/restore GUI state in config file, better fix for #84 --- app/index.html | 7 +++- app/js/classes/app.js | 88 ++++++++++++++++++++-------------------- app/js/classes/data.js | 33 +++++++++++++-- app/js/libs/mode-yarn.js | 7 ++-- main.js | 2 + package.json | 1 - 6 files changed, 85 insertions(+), 53 deletions(-) diff --git a/app/index.html b/app/index.html index 59b8dab..3b6ebd7 100644 --- a/app/index.html +++ b/app/index.html @@ -11,6 +11,9 @@