mirror of
https://github.com/Radarr/Radarr
synced 2026-01-28 10:25:26 +01:00
New: Show .net version in UI
This commit is contained in:
parent
3e22658e27
commit
72f0dadbea
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class About extends Component {
|
|||
isNetCore &&
|
||||
<DescriptionListItem
|
||||
title={translate('NetCore')}
|
||||
data={'Yes'}
|
||||
data={`Yes (${runtimeVersion})`}
|
||||
/>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue