mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 13:48:27 +02:00
Fix not able to control Remote Play dialog using controller (#509)
This commit is contained in:
@@ -125,6 +125,7 @@ export class RemotePlayNavigationDialog extends NavigationDialog {
|
||||
createButton({
|
||||
style: ButtonStyle.GHOST | ButtonStyle.FOCUSABLE,
|
||||
label: t('close'),
|
||||
onClick: e => this.hide(),
|
||||
}),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user