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