mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-01 10:56:42 +02:00
Disable PatcherCache in Lite version
This commit is contained in:
@@ -991,7 +991,7 @@ export class SettingsNavigationDialog extends NavigationDialog {
|
||||
|
||||
private onGlobalSettingChanged(e: Event) {
|
||||
// Clear PatcherCache;
|
||||
PatcherCache.clear();
|
||||
isFullVersion() && PatcherCache.clear();
|
||||
|
||||
this.$btnReload.classList.add('bx-danger');
|
||||
|
||||
|
Reference in New Issue
Block a user