1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-18 00:09:37 +02:00

New: Show .net version in UI

This commit is contained in:
Qstick 2020-11-05 21:08:16 -05:00
parent 3e22658e27
commit 72f0dadbea

View File

@ -60,7 +60,7 @@ class About extends Component {
isNetCore &&
<DescriptionListItem
title={translate('NetCore')}
data={'Yes'}
data={`Yes (${runtimeVersion})`}
/>
}