Strip user data from workflows if configured

This commit is contained in:
space-nuko
2023-05-06 23:08:52 -05:00
parent da65d1b439
commit cce58dc9bf
9 changed files with 123 additions and 67 deletions

View File

@@ -102,7 +102,7 @@
if (!app?.lGraph)
return;
const promptFilename = false; // TODO
const promptFilename = true; // TODO
let filename = "workflow.json";
if (promptFilename) {
@@ -133,6 +133,7 @@
function loadWorkflow(): void {
app.handleFile(fileInput.files[0]);
fileInput.files = null;
}
function doSaveLocal(): void {