mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
New: Show .net version in UI
This commit is contained in:
parent
9af68b653b
commit
4a9d870720
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class About extends Component {
|
||||||
isNetCore &&
|
isNetCore &&
|
||||||
<DescriptionListItem
|
<DescriptionListItem
|
||||||
title=".NET Core"
|
title=".NET Core"
|
||||||
data={'Yes'}
|
data={`Yes (${runtimeVersion})`}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue