mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
New: UI Updates (Backup Restore in App, Profile Cloning)
UI Pulls from Sonarr
This commit is contained in:
@@ -42,10 +42,8 @@ function CaptchaInput(props) {
|
||||
onPress={onRefreshPress}
|
||||
>
|
||||
<Icon
|
||||
name={classNames(
|
||||
icons.REFRESH,
|
||||
refreshing && 'fa-spin'
|
||||
)}
|
||||
name={icons.REFRESH}
|
||||
isSpinning={refreshing}
|
||||
/>
|
||||
</FormInputButton>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user