Fix settings being reset after refreshing page

This commit is contained in:
redphx
2024-05-30 07:04:01 +07:00
parent f2dc102996
commit ef14c78941
2 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
import { ControllerShortcut } from "@/modules/controller-shortcut";
import { GameBar } from "@modules/game-bar/game-bar";
import { BxEvent } from "@utils/bx-event";
import { STATES } from "@utils/global";
import { getPref, PrefKey } from "@utils/preferences";