diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-06-26 19:03:47 +0200 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2025-06-26 19:03:47 +0200 |
| commit | ceff9e184102cf72d04521332e8832f3475255f1 (patch) | |
| tree | 2b281d8cf6b4d5f55d935fa55cacfcc45fb25a60 /webAO/client | |
| parent | f3e80b1575442044adb3f835539e33701e1ef149 (diff) | |
dumbass smart tv
Diffstat (limited to 'webAO/client')
| -rw-r--r-- | webAO/client/isLowMemory.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client/isLowMemory.ts b/webAO/client/isLowMemory.ts index 8a8bd48..4f4ed85 100644 --- a/webAO/client/isLowMemory.ts +++ b/webAO/client/isLowMemory.ts @@ -1,7 +1,7 @@ import { setOldLoading } from "../client"; export const isLowMemory = () => { if ( - /webOS|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|PlayStation|Nintendo|Opera Mini/i.test( + /Web0S|iPod|BlackBerry|BB|PlayBook|IEMobile|Windows Phone|Kindle|Silk|PlayStation|Nintendo|Opera Mini/i.test( navigator.userAgent, ) ) { |
