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 d2f1158b61
commit 099d9f4894

View File

@ -265,7 +265,7 @@ const detect = {
try {
document.exitPointerLock();
return /Mobi/i.test(window.navigator.userAgent);
} catch (e) {
} catch {
return true;
}
},