mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 12:56:42 +02:00
Update better-xcloud.user.js
This commit is contained in:
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
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user