mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Minor fixes
This commit is contained in:
parent
93b540d995
commit
bd7b7d5ef5
@ -7098,7 +7098,7 @@ class UserAgent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!newUserAgent) {
|
if (!newUserAgent) {
|
||||||
newUserAgent = UserAgent.get(profile) || defaultUserAgent;
|
newUserAgent = UserAgent.get(profile);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clear data of navigator.userAgentData, force xCloud to detect browser based on navigator.userAgent
|
// Clear data of navigator.userAgentData, force xCloud to detect browser based on navigator.userAgent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user