From a3d5d6a819a0d891fc1b4f452f4f884fb313f185 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:50:27 +0700 Subject: [PATCH] Add note for local co-op feature --- .../settings-storages/global-settings-storage.ts | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/utils/settings-storages/global-settings-storage.ts b/src/utils/settings-storages/global-settings-storage.ts index 18671c8..96f0fa4 100755 --- a/src/utils/settings-storages/global-settings-storage.ts +++ b/src/utils/settings-storages/global-settings-storage.ts @@ -321,10 +321,14 @@ export class GlobalSettingsStorage extends BaseSettingsStorage { requiredVariants: 'full', label: t('enable-local-co-op-support'), default: false, - note: () => CE('a', { - href: 'https://github.com/redphx/better-xcloud/discussions/275', - target: '_blank', - }, t('enable-local-co-op-support-note')), + note: () => CE('div', {}, + CE('a', { + href: 'https://github.com/redphx/better-xcloud/discussions/275', + target: '_blank', + }, t('enable-local-co-op-support-note')), + CE('br'), + '⚠️ ' + t('unexpected-behavior'), + ), }, [PrefKey.UI_CONTROLLER_SHOW_STATUS]: {