Skip to content

Commit

Permalink
feat(connect-explorer): add option to use core-in-desktop mode from s…
Browse files Browse the repository at this point in the history
…ettings page
  • Loading branch information
mroz22 committed Nov 6, 2024
1 parent 6904dc1 commit b85894c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/connect-explorer/src/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const Settings = () => {
{ value: 'iframe', label: 'Iframe' },
{ value: 'popup', label: 'Popup' },
...(isBetaOnly ? [{ value: 'deeplink', label: 'Deeplink (mobile)' }] : []),
...(isBetaOnly ? [{ value: 'suite-desktop', label: 'Suite desktop' }] : []),
],
},
{
Expand Down

0 comments on commit b85894c

Please sign in to comment.