mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
feat: add stealth mode select step to setup wizard (#6104)
feat: add stealth mode select to setup wizard feat: enable stealth mode until user finishes setup wizard Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -562,7 +562,7 @@ function ReturnPreviewPage()
|
||||
let nMode=m_ProfileItem["model"].length;
|
||||
|
||||
if( nMode==1)
|
||||
document.location.href="../3/index.html";
|
||||
document.location.href="../1/index.html";
|
||||
else
|
||||
document.location.href="../21/index.html";
|
||||
}
|
||||
@@ -573,7 +573,7 @@ function GotoNetPluginPage()
|
||||
let bRet=ResponseFilamentResult();
|
||||
|
||||
if(bRet)
|
||||
window.location.href="../5/index.html";
|
||||
window.location.href="../4orca/index.html";
|
||||
}
|
||||
|
||||
function FinishGuide()
|
||||
|
||||
Reference in New Issue
Block a user