mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
Move preferences.ts & settings.ts to utils/
This commit is contained in:
@@ -2,7 +2,7 @@ import { STATES, AppInterface, SCRIPT_HOME, SCRIPT_VERSION } from "../../utils/g
|
||||
import { CE, createButton, Icon, ButtonStyle } from "../../utils/html";
|
||||
import { getPreferredServerRegion } from "../../utils/region";
|
||||
import { UserAgent, UserAgentProfile } from "../../utils/user-agent";
|
||||
import { getPref, Preferences, PrefKey, setPref, toPrefElement } from "../preferences";
|
||||
import { getPref, Preferences, PrefKey, setPref, toPrefElement } from "../../utils/preferences";
|
||||
import { t, refreshCurrentLocale } from "../../utils/translation";
|
||||
|
||||
const SETTINGS_UI = {
|
||||
|
Reference in New Issue
Block a user