mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Fix the Settings button not showing for some users
This commit is contained in:
parent
b4149e718b
commit
ccdb944b99
@ -5764,7 +5764,7 @@ function interceptHttpRequests() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Start rendering UI
|
// Start rendering UI
|
||||||
if (!document.getElementById('gamepass-root')) {
|
if (document.querySelector('div[class^=UnsupportedMarketPage]')) {
|
||||||
setTimeout(watchHeader, 2000);
|
setTimeout(watchHeader, 2000);
|
||||||
} else {
|
} else {
|
||||||
watchHeader();
|
watchHeader();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user