mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Clear PatcherCache when changing settings
This commit is contained in:
parent
f36c77e727
commit
f6ee79770c
@ -5,6 +5,7 @@ import { getPreferredServerRegion } from "@utils/region";
|
|||||||
import { UserAgent, UserAgentProfile } from "@utils/user-agent";
|
import { UserAgent, UserAgentProfile } from "@utils/user-agent";
|
||||||
import { getPref, Preferences, PrefKey, setPref, toPrefElement } from "@utils/preferences";
|
import { getPref, Preferences, PrefKey, setPref, toPrefElement } from "@utils/preferences";
|
||||||
import { t, refreshCurrentLocale } from "@utils/translation";
|
import { t, refreshCurrentLocale } from "@utils/translation";
|
||||||
|
import { PatcherCache } from "../patcher";
|
||||||
|
|
||||||
const SETTINGS_UI = {
|
const SETTINGS_UI = {
|
||||||
'Better xCloud': {
|
'Better xCloud': {
|
||||||
@ -159,6 +160,9 @@ export function setupSettingsUi() {
|
|||||||
|
|
||||||
$reloadBtnWrapper.classList.remove('bx-gone');
|
$reloadBtnWrapper.classList.remove('bx-gone');
|
||||||
|
|
||||||
|
// Clear PatcherCache;
|
||||||
|
PatcherCache.clear();
|
||||||
|
|
||||||
if ((e.target as HTMLElement).id === 'bx_setting_' + PrefKey.BETTER_XCLOUD_LOCALE) {
|
if ((e.target as HTMLElement).id === 'bx_setting_' + PrefKey.BETTER_XCLOUD_LOCALE) {
|
||||||
// Update locale
|
// Update locale
|
||||||
refreshCurrentLocale();
|
refreshCurrentLocale();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user