mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Merge pull request #8142 from thornbill/loading-scan-button
Use loading indicator on button when scan is in progress
This commit is contained in:
@@ -76,7 +76,8 @@ const ServerInfoWidget = ({
|
||||
sx={{
|
||||
fontWeight: 'bold'
|
||||
}}
|
||||
disabled={isScanning}
|
||||
loading={isScanning}
|
||||
loadingPosition='start'
|
||||
>
|
||||
{globalize.translate('ButtonScanAllLibraries')}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user