mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-04 15:54:33 +00:00
New: show mono version on System -> Info
This commit is contained in:
@@ -4,8 +4,15 @@
|
||||
<dl class="dl-horizontal">
|
||||
<dt>Version</dt>
|
||||
<dd>{{version}}</dd>
|
||||
|
||||
{{#if isMono}}
|
||||
<dt>Mono Version</dt>
|
||||
<dd>{{runtimeVersion}}</dd>
|
||||
{{/if}}
|
||||
|
||||
<dt>AppData directory</dt>
|
||||
<dd>{{appData}}</dd>
|
||||
|
||||
<dt>Startup directory</dt>
|
||||
<dd>{{startupPath}}</dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user