mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 05:38:27 +02:00
Fix Bx button in Guide menu not working
This commit is contained in:
@@ -41,7 +41,7 @@ export class GuideMenu {
|
||||
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE | ButtonStyle.PRIMARY,
|
||||
onClick: () => {
|
||||
// Wait until the Guide dialog is closed
|
||||
BxEventBus.Script.once('xcloudDialogDismissed', () => {
|
||||
BxEventBus.Script.once('dialog.dismissed', () => {
|
||||
setTimeout(() => SettingsDialog.getInstance().show(), 50);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user