mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Show .net version in UI
This commit is contained in:
@@ -60,7 +60,7 @@ class About extends Component {
|
|||||||
isNetCore &&
|
isNetCore &&
|
||||||
<DescriptionListItem
|
<DescriptionListItem
|
||||||
title={translate('NetCore')}
|
title={translate('NetCore')}
|
||||||
data={'Yes'}
|
data={`Yes (${runtimeVersion})`}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user