mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 05:08:26 +02:00
Update TrueAchievements button in Guide Menu
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import { AppInterface } from "@utils/global";
|
||||
import { BxLogger } from "./bx-logger";
|
||||
import { BX_FLAGS } from "./bx-flags";
|
||||
|
||||
|
||||
export namespace BxEvent {
|
||||
@@ -75,6 +77,8 @@ export namespace BxEvent {
|
||||
|
||||
target.dispatchEvent(event);
|
||||
AppInterface && AppInterface.onEvent(eventName);
|
||||
|
||||
BX_FLAGS.Debug && BxLogger.warning('BxEvent', 'dispatch', eventName, data)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user