1
0
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:
zumbiepig 2024-08-26 12:18:31 -07:00 committed by dependabot[bot]
parent 865b321741
commit 1edb684662

View File

@ -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;
} }
}, },