Implement Use Case Selection screen (#8984)
* Introduce new splash page wrapper * Introduce new use case selection screen
This commit is contained in:
parent
bda272dce4
commit
f5f79158ed
24 changed files with 597 additions and 26 deletions
|
@ -698,6 +698,10 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
displayName: _td('Send analytics data'),
|
||||
default: null,
|
||||
},
|
||||
"FTUE.useCaseSelection": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
default: null,
|
||||
},
|
||||
"autocompleteDelay": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||
default: 200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue