mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
update user agent
This commit is contained in:
@@ -327,7 +327,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user