mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Minor fixes
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user