mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-03 03:46:47 +02:00
Init UserAgent before STATES
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import { UserAgent } from "./user-agent";
|
||||
|
||||
export const SCRIPT_VERSION = Bun.env.SCRIPT_VERSION;
|
||||
export const SCRIPT_HOME = 'https://github.com/redphx/better-xcloud';
|
||||
|
||||
export const AppInterface = window.AppInterface;
|
||||
|
||||
UserAgent.init();
|
||||
|
||||
export const STATES: BxStates = {
|
||||
isPlaying: false,
|
||||
appContext: {},
|
||||
|
Reference in New Issue
Block a user