mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 21:28:27 +02: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