mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +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
|
||||
if (!document.getElementById('gamepass-root')) {
|
||||
if (document.querySelector('div[class^=UnsupportedMarketPage]')) {
|
||||
setTimeout(watchHeader, 2000);
|
||||
} else {
|
||||
watchHeader();
|
||||
|
Loading…
x
Reference in New Issue
Block a user