New: Show .net version in UI

This commit is contained in:
Qstick 2020-11-05 21:08:16 -05:00
parent 3e22658e27
commit 72f0dadbea
1 changed files with 1 additions and 1 deletions

View File

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