Add "Smart TV" + "Meta Quest VR" User-Agent profiles

This commit is contained in:
redphx
2024-05-04 14:52:54 +07:00
parent a597d52585
commit 7588f37472
2 changed files with 6 additions and 0 deletions

View File

@@ -441,7 +441,9 @@ export class Preferences {
[UserAgentProfile.DEFAULT]: t('default'),
[UserAgentProfile.EDGE_WINDOWS]: 'Edge + Windows',
[UserAgentProfile.SAFARI_MACOS]: 'Safari + macOS',
[UserAgentProfile.SMARTTV]: 'Smart TV',
[UserAgentProfile.SMARTTV_TIZEN]: 'Samsung Smart TV',
[UserAgentProfile.VR_OCULUS]: 'Meta Quest VR',
[UserAgentProfile.KIWI_V123]: 'Kiwi Browser v123',
[UserAgentProfile.CUSTOM]: t('custom'),
},