You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 12345678910111213 |
- // @flow
-
- /**
- * Flag indicating if Picture-in-Picture should be enabled.
- * Default: auto-detected.
- */
- export const PIP_ENABLED = 'pip.enabled';
-
- /**
- * Flag indicating if the welcome page should be enabled.
- * Default: disabled (false).
- */
- export const WELCOME_PAGE_ENABLED = 'welcomepage.enabled';
|