Update better-xcloud.user.js

This commit is contained in:
redphx 2024-05-19 12:14:32 +07:00
parent f06e36e46b
commit 0c712b6a31

View File

@ -9903,7 +9903,7 @@ function disablePwa() {
if (!userAgent2) { if (!userAgent2) {
return; return;
} }
if (UserAgent.isSafari(true)) { if (!!AppInterface || UserAgent.isSafari(true)) {
Object.defineProperty(window.navigator, "standalone", { Object.defineProperty(window.navigator, "standalone", {
value: true value: true
}); });