mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
Update main.ts
Signed-off-by: zumbiepig <121742281+zumbiepig@users.noreply.github.com>
This commit is contained in:
parent
865b321741
commit
1edb684662
@ -265,7 +265,7 @@ const detect = {
|
|||||||
try {
|
try {
|
||||||
document.exitPointerLock();
|
document.exitPointerLock();
|
||||||
return /Mobi/i.test(window.navigator.userAgent);
|
return /Mobi/i.test(window.navigator.userAgent);
|
||||||
} catch (e) {
|
} catch {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user