Bug fixes

This commit is contained in:
redphx
2024-04-24 18:03:44 +07:00
parent d376e4b8be
commit 563a398975
2 changed files with 1 additions and 4 deletions

View File

@@ -44,9 +44,6 @@ if (window.location.pathname.includes('/auth/msa')) {
console.log(`[Better xCloud] readyState: ${document.readyState}`);
console.log(BxEvent.CUSTOM_TOUCH_LAYOUTS_LOADED)
console.log(BX_FLAGS)
if (BX_FLAGS.SafariWorkaround && document.readyState !== 'loading') {
// Stop loading
window.stop();