1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Show .net version in UI

Closes #4057
This commit is contained in:
Mark McDowall
2020-11-01 15:15:57 -08:00
parent 0b7aa19ac0
commit 1025bdc76e
+5 -1
View File
@@ -45,10 +45,14 @@ class About extends Component {
}
{
isMonoRuntime &&
isMonoRuntime ?
<DescriptionListItem
title="Mono Version"
data={runtimeVersion}
/> :
<DescriptionListItem
title=".net Version"
data={runtimeVersion}
/>
}