Fix global vars

This commit is contained in:
redphx
2024-04-24 16:50:59 +07:00
parent 9446e39eb0
commit 9d0f4c380b
30 changed files with 87 additions and 69 deletions

View File

@@ -1,5 +1,6 @@
import { States } from "../utils/global";
import { BX_FLAGS } from "./bx-flags";
import { getPref, Preferences, PrefKey } from "./preferences";
import { getPref, PrefKey } from "./preferences";
import { VibrationManager } from "./vibration-manager";
const PATCHES = {
@@ -492,7 +493,6 @@ export class Patcher {
static patch(item: any) {
// console.log('patch', '-----');
let patchName;
let appliedPatches;
for (let id in item[1]) {