mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
10 lines
260 B
TypeScript
Executable File
10 lines
260 B
TypeScript
Executable File
export enum UserAgentProfile {
|
|
WINDOWS_EDGE = 'windows-edge',
|
|
MACOS_SAFARI = 'macos-safari',
|
|
SMART_TV_GENERIC = 'smarttv-generic',
|
|
SMART_TV_TIZEN = 'smarttv-tizen',
|
|
VR_OCULUS = 'vr-oculus',
|
|
DEFAULT = 'default',
|
|
CUSTOM = 'custom',
|
|
}
|