Add note for local co-op feature

This commit is contained in:
redphx 2024-12-10 20:50:27 +07:00
parent ca64b592c5
commit a3d5d6a819

View File

@ -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', {},
href: 'https://github.com/redphx/better-xcloud/discussions/275', CE<HTMLAnchorElement>('a', {
target: '_blank', href: 'https://github.com/redphx/better-xcloud/discussions/275',
}, t('enable-local-co-op-support-note')), target: '_blank',
}, t('enable-local-co-op-support-note')),
CE('br'),
'⚠️ ' + t('unexpected-behavior'),
),
}, },
[PrefKey.UI_CONTROLLER_SHOW_STATUS]: { [PrefKey.UI_CONTROLLER_SHOW_STATUS]: {