Skip to content

Commit

Permalink
Add emulator entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed May 26, 2024
1 parent d8c1d82 commit daf805a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/settings/PreferencesPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,13 @@ const PreferencesPage = () => {
label={t('settingsConnection')}
disabled
/>
<Button
variant="outlined"
color="primary"
onClick={() => navigate('/emulator')}
>
{t('sharedEmulator')}
</Button>
</AccordionDetails>
</Accordion>
<div className={classes.buttons}>
Expand Down

0 comments on commit daf805a

Please sign in to comment.