From ae86f45a3dad41607cd698f3cba927bd8f1048e9 Mon Sep 17 00:00:00 2001 From: salman Date: Wed, 22 Apr 2026 17:04:39 +0200 Subject: [PATCH] Save cfg file by default on the web application --- TrimSPlib.js | 1 + 1 file changed, 1 insertion(+) diff --git a/TrimSPlib.js b/TrimSPlib.js index dcafddd..fb2b623 100644 --- a/TrimSPlib.js +++ b/TrimSPlib.js @@ -3667,6 +3667,7 @@ async function startSequence() { updateStatusBar({ backend: 'Web backend' }); } updateStatusBar({ workPath: All["workPath"], run: 'Starting run...' }); + writeAsciiFile(All["workPath"] + "/TrimSP.cfg", prep_cfg(0)); let Progress =0; document.getElementById("pBar").style.width = Progress + "%";