Fix forcing native MKB not working when mode = "default"

This commit is contained in:
redphx
2024-12-07 07:46:13 +07:00
parent fe98a1165f
commit 1ca2b771e7
7 changed files with 26 additions and 13 deletions

View File

@@ -231,8 +231,9 @@ export class SettingsDialog extends NavigationDialog {
items: [
PrefKey.NATIVE_MKB_MODE,
{
pref: PrefKey.FORCE_NATIVE_MKB_GAMES,
pref: PrefKey.NATIVE_MKB_FORCED_GAMES,
multiLines: true,
note: CE('a', { href: 'https://github.com/redphx/better-xcloud/discussions/574', target: '_blank' }, t('unofficial-game-list')),
},
PrefKey.MKB_ENABLED,