mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 21:28:27 +02:00
Remote Play dialog: replace radio buttons with select box
This commit is contained in:
@@ -164,6 +164,10 @@ export class BxSelectElement {
|
||||
Object.defineProperty($div, 'value', {
|
||||
get() {
|
||||
return $select.value;
|
||||
},
|
||||
|
||||
set(value) {
|
||||
($div as any).setValue(value);
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user