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:
@@ -26,7 +26,8 @@ function PageToolbarButton(props) {
|
||||
{...otherProps}
|
||||
>
|
||||
<Icon
|
||||
name={isSpinning ? `${spinningName || iconName} fa-spin` : iconName}
|
||||
name={isSpinning ? (spinningName || iconName) : iconName}
|
||||
isSpinning={isSpinning}
|
||||
size={22}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user