Move preferences.ts & settings.ts to utils/

This commit is contained in:
redphx
2024-04-27 15:23:49 +07:00
parent dcb4f7471f
commit 18f50e6a20
26 changed files with 32 additions and 33 deletions

View File

@@ -12,7 +12,7 @@ import { StreamStats } from "./modules/stream/stream-stats";
import { addCss } from "./utils/css";
import { Toast } from "./utils/toast";
import { setupBxUi, updateVideoPlayerCss } from "./modules/ui/ui";
import { PrefKey, getPref } from "./modules/preferences";
import { PrefKey, getPref } from "./utils/preferences";
import { LoadingScreen } from "./modules/loading-screen";
import { MouseCursorHider } from "./modules/mkb/mouse-cursor-hider";
import { TouchController } from "./modules/touch-controller";