Add "MSFS2020: force native MKB support" setting

This commit is contained in:
redphx
2024-10-07 21:39:42 +07:00
parent 336a965653
commit b9134bc141
4 changed files with 16 additions and 3 deletions

View File

@@ -804,6 +804,13 @@ export class GlobalSettingsStorage extends BaseSettingsStorage {
default: false,
note: t('fortnite-allow-stw-mode'),
},
[PrefKey.GAME_MSFS2020_FORCE_NATIVE_MKB]: {
requiredVariants: 'full',
label: '✈️ ' + t('msfs2020-force-native-mkb'),
default: false,
note: t('may-not-work-properly'),
},
} satisfies SettingDefinitions;
constructor() {