diff --git a/src/index.tsx b/src/index.tsx index 31f1e35..23a237e 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -285,6 +285,10 @@ export default definePlugin((serverApi: ServerAPI) => { (async function(){ await backend.initBackend(); usdplReady = true; + backend.getEnabled().then((enabled: boolean) => { + //@ts-ignore + SteamClient.System.SetBetaFanControl(!enabled); + }); })(); return {