mirror of
https://github.com/Readarr/Readarr
synced 2026-02-02 04:42:58 +01:00
New: Show .net version in UI
Signed-off-by: Robin Dadswell <robin@dadswell.email>
This commit is contained in:
parent
6d9126bca4
commit
267bdb4cdf
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…
Reference in a new issue