Merge branch 'v0.1.0' of https://github.com/Pax1601/DCSOlympus into v0.1.0

This commit is contained in:
dpassoni
2023-03-14 16:46:37 +01:00
8 changed files with 107 additions and 8 deletions

View File

@@ -87,6 +87,13 @@ export class FeatureSwitches {
"label": "Force show unit control panel",
"masterSwitch": true,
"name": "forceShowUnitControlPanel"
}),
new FeatureSwitch({
"defaultEnabled": false,
"label": "Show splash screen",
"masterSwitch": true,
"name": "splashScreen"
})
];