mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
update user agent
This commit is contained in:
parent
62bd10a27c
commit
ae8995fec2
6 changed files with 9 additions and 9 deletions
|
@ -260,7 +260,7 @@ function clearCookie(name) {
|
|||
/*--------Studio WX Message-------*/
|
||||
function IsInSlicer()
|
||||
{
|
||||
let bMatch=navigator.userAgent.match( RegExp('BBL-Slicer','i') );
|
||||
let bMatch=navigator.userAgent.match( RegExp('OrcaSlicer','i') );
|
||||
|
||||
return bMatch;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue