fix nvenc

This commit is contained in:
2025-06-16 13:09:34 +03:00
parent 0fdc141066
commit a607fb3ed2
7 changed files with 40 additions and 56 deletions

View File

@@ -16,13 +16,13 @@ import { getRegretevatorState } from "../lib/RegretevatorUtil";
[BloxstrapRPC] {"command":"SetRichPresence","data":{"details":"REGRETEVATOR","smallImage":{"hoverText":"The Axolotl Sun","assetId":14648053922},"state":"","largeImage":{"hoverText":"THE REGRET ELEVATOR"}}}
IsIngame | details === "REGRETEVATOR"; smallImage?.hoverText === "The Axolotl Sun";
InGame | details === "REGRETEVATOR"; smallImage?.hoverText === "The Axolotl Sun";
====
[BloxstrapRPC] {"command":"SetRichPresence","data":{"state":"Lounging in the lobby","timeStart":0,"timeEnd":0}}
IsIngame[Lobby] | state === "Lounging in the lobby";
InGame[Lobby] | state === "Lounging in the lobby";
====