mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
New: Ability to test all Indexers, Lists, Clients
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -42,6 +42,7 @@ class SettingsToolbar extends Component {
|
||||
showSave,
|
||||
isSaving,
|
||||
hasPendingChanges,
|
||||
additionalButtons,
|
||||
hasPendingLocation,
|
||||
onSavePress,
|
||||
onConfirmNavigation,
|
||||
@@ -67,7 +68,12 @@ class SettingsToolbar extends Component {
|
||||
onPress={onSavePress}
|
||||
/>
|
||||
}
|
||||
|
||||
{
|
||||
additionalButtons
|
||||
}
|
||||
</PageToolbarSection>
|
||||
|
||||
<PendingChangesModal
|
||||
isOpen={hasPendingLocation}
|
||||
onConfirm={onConfirmNavigation}
|
||||
@@ -84,6 +90,7 @@ SettingsToolbar.propTypes = {
|
||||
isSaving: PropTypes.bool,
|
||||
hasPendingLocation: PropTypes.bool.isRequired,
|
||||
hasPendingChanges: PropTypes.bool,
|
||||
additionalButtons: PropTypes.node,
|
||||
onSavePress: PropTypes.func,
|
||||
onAdvancedSettingsPress: PropTypes.func.isRequired,
|
||||
onConfirmNavigation: PropTypes.func.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user