Save cfg file by default on the web application
This commit is contained in:
@@ -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 + "%";
|
||||
|
||||
Reference in New Issue
Block a user