mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 16:17:20 +02:00
Update better-xcloud.user.js
This commit is contained in:
parent
f06e36e46b
commit
0c712b6a31
2
dist/better-xcloud.user.js
vendored
2
dist/better-xcloud.user.js
vendored
@ -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
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user