Save cfg file by default on the web application

This commit is contained in:
2026-04-22 17:04:39 +02:00
parent 87ea5e5ee4
commit ae86f45a3d
+1
View File
@@ -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 + "%";