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.

constants.js 303B

12345678910111213
  1. // @flow
  2. /**
  3. * Flag indicating if Picture-in-Picture should be enabled.
  4. * Default: auto-detected.
  5. */
  6. export const PIP_ENABLED = 'pip.enabled';
  7. /**
  8. * Flag indicating if the welcome page should be enabled.
  9. * Default: disabled (false).
  10. */
  11. export const WELCOME_PAGE_ENABLED = 'welcomepage.enabled';