mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-30 13:41:45 +00:00
Add refresh action as key
This commit is contained in:
@@ -407,7 +407,6 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
|
||||
tabId: selectedTab?.tabId,
|
||||
});
|
||||
}
|
||||
|
||||
handleClose();
|
||||
}}
|
||||
>
|
||||
@@ -433,7 +432,9 @@ export const AppsNavBarDesktop = ({ disableBack }) => {
|
||||
color: theme.palette.text.primary,
|
||||
},
|
||||
}}
|
||||
primary="Refresh"
|
||||
primary={t('core:action.refresh', {
|
||||
postProcess: 'capitalizeFirstChar',
|
||||
})}
|
||||
/>
|
||||
</MenuItem>
|
||||
|
||||
|
Reference in New Issue
Block a user