mirror of https://github.com/Radarr/Radarr
New: Show .net version in UI
This commit is contained in:
parent
3e22658e27
commit
72f0dadbea
|
@ -60,7 +60,7 @@ class About extends Component {
|
|||
isNetCore &&
|
||||
<DescriptionListItem
|
||||
title={translate('NetCore')}
|
||||
data={'Yes'}
|
||||
data={`Yes (${runtimeVersion})`}
|
||||
/>
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue