mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Fix not applying video settings in some cases
This commit is contained in:
parent
fed7d489f4
commit
730799821b
@ -745,8 +745,6 @@ function checkHeader() {
|
||||
if (!$button) {
|
||||
const $rightHeader = document.querySelector('#PageContent header div[class*=EdgewaterHeader-module__rightSectionSpacing]');
|
||||
injectSettingsButton($rightHeader);
|
||||
|
||||
updateVideoPlayerCss();
|
||||
}
|
||||
}
|
||||
|
||||
@ -841,6 +839,8 @@ interceptHttpRequests();
|
||||
|
||||
patchVideoApi();
|
||||
|
||||
updateVideoPlayerCss();
|
||||
|
||||
// Workaround for Hermit browser
|
||||
var onLoadTriggered = false;
|
||||
window.onload = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user