aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/settings/PreferencesPage.jsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/settings/PreferencesPage.jsx b/src/settings/PreferencesPage.jsx
index a40f6a55..f596b478 100644
--- a/src/settings/PreferencesPage.jsx
+++ b/src/settings/PreferencesPage.jsx
@@ -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}>