mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Add note for local co-op feature
This commit is contained in:
parent
ca64b592c5
commit
a3d5d6a819
@ -321,10 +321,14 @@ export class GlobalSettingsStorage extends BaseSettingsStorage {
|
|||||||
requiredVariants: 'full',
|
requiredVariants: 'full',
|
||||||
label: t('enable-local-co-op-support'),
|
label: t('enable-local-co-op-support'),
|
||||||
default: false,
|
default: false,
|
||||||
note: () => CE<HTMLAnchorElement>('a', {
|
note: () => CE('div', {},
|
||||||
|
CE<HTMLAnchorElement>('a', {
|
||||||
href: 'https://github.com/redphx/better-xcloud/discussions/275',
|
href: 'https://github.com/redphx/better-xcloud/discussions/275',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
}, t('enable-local-co-op-support-note')),
|
}, t('enable-local-co-op-support-note')),
|
||||||
|
CE('br'),
|
||||||
|
'⚠️ ' + t('unexpected-behavior'),
|
||||||
|
),
|
||||||
},
|
},
|
||||||
|
|
||||||
[PrefKey.UI_CONTROLLER_SHOW_STATUS]: {
|
[PrefKey.UI_CONTROLLER_SHOW_STATUS]: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user