mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-19 11:20:49 +02:00
New: Show .net version in UI
This commit is contained in:
parent
d747777183
commit
e24c2d7c5f
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