mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Update better-xcloud.user.js
This commit is contained in:
parent
0d0ecca155
commit
c13845ffe1
2
dist/better-xcloud.user.js
vendored
2
dist/better-xcloud.user.js
vendored
@ -3236,7 +3236,7 @@ function checkForUpdate() {
|
|||||||
setPref(PrefKey.LATEST_VERSION, json.tag_name.substring(1));
|
setPref(PrefKey.LATEST_VERSION, json.tag_name.substring(1));
|
||||||
setPref(PrefKey.CURRENT_VERSION, SCRIPT_VERSION);
|
setPref(PrefKey.CURRENT_VERSION, SCRIPT_VERSION);
|
||||||
});
|
});
|
||||||
Translations.updateTranslations(true);
|
Translations.updateTranslations(currentVersion === SCRIPT_VERSION);
|
||||||
}
|
}
|
||||||
function disablePwa() {
|
function disablePwa() {
|
||||||
const userAgent2 = (window.navigator.orgUserAgent || window.navigator.userAgent || "").toLowerCase();
|
const userAgent2 = (window.navigator.orgUserAgent || window.navigator.userAgent || "").toLowerCase();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user