mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-25 08:53:04 +02:00
Use different arrow symbol in action selection box
This commit is contained in:
parent
4eda413da6
commit
5623f3f02f
@ -255,7 +255,7 @@ export class ControllerShortcut {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (Array.isArray(label)) {
|
if (Array.isArray(label)) {
|
||||||
label = label.join(' > ');
|
label = label.join(' ❯ ');
|
||||||
}
|
}
|
||||||
|
|
||||||
const $option = CE<HTMLOptionElement>('option', {value: action}, label);
|
const $option = CE<HTMLOptionElement>('option', {value: action}, label);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user