mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-12-18 04:57:00 +01:00
Add WebGL2 renderer
This commit is contained in:
@@ -47,7 +47,7 @@ export function disablePwa() {
|
||||
}
|
||||
|
||||
// Check if it's Safari on mobile
|
||||
if (!!AppInterface || UserAgent.isSafari(true)) {
|
||||
if (!!AppInterface || UserAgent.isSafariMobile()) {
|
||||
// Disable the PWA prompt
|
||||
Object.defineProperty(window.navigator, 'standalone', {
|
||||
value: true,
|
||||
|
||||
Reference in New Issue
Block a user