mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -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 &&
|
||||
<DescriptionListItem
|
||||
title=".NET Core"
|
||||
data={'Yes'}
|
||||
data={`Yes (${runtimeVersion})`}
|
||||
/>
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue