mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-02 11:26:46 +02:00
Fix not able to control Remote Play dialog using controller (#509)
This commit is contained in:
@@ -80,7 +80,7 @@ export abstract class NavigationDialog {
|
||||
}
|
||||
|
||||
handleGamepad(button: GamepadKey): boolean {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -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