mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-25 20:15:56 +00:00
Merge !1241
Downloads: Add problem with Trezor in 'Known Issues' Closes #1062 See merge request monero-project/monero-site!1241
This commit is contained in:
commit
8ad0e54b1e
2 changed files with 5 additions and 3 deletions
|
@ -174,9 +174,11 @@ downloads:
|
||||||
sourcecode: Source Code
|
sourcecode: Source Code
|
||||||
showissues: Show known issues for this release
|
showissues: Show known issues for this release
|
||||||
noissues: This release has no known major issues
|
noissues: This release has no known major issues
|
||||||
yesissues: >
|
yesissuesgui: >
|
||||||
|
Release 0.15.04 was accidentally compiled without Trezor support. Thus, Trezor Monero users on Linux are recommend to wait until next release (0.15.0.5) or compile the GUI by themselves.
|
||||||
|
yesissuescli: >
|
||||||
This release has the following known issues:<br>
|
This release has the following known issues:<br>
|
||||||
- Initial sync of the blockchain very slow. Will be fixed with a point release
|
- placeholder
|
||||||
helpsupport: Help and Support
|
helpsupport: Help and Support
|
||||||
helpsupport1: "A guide with an explanation of every section of the wallet is available:"
|
helpsupport1: "A guide with an explanation of every section of the wallet is available:"
|
||||||
helpsupport2: "See latest release"
|
helpsupport2: "See latest release"
|
||||||
|
|
|
@ -89,7 +89,7 @@ permalink: /downloads/index.html
|
||||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||||
<p><details>
|
<p><details>
|
||||||
<summary>{% t downloads.showissues %}</summary>
|
<summary>{% t downloads.showissues %}</summary>
|
||||||
<p><i>{% t downloads.noissues %}.</i></p>
|
<p><i>{% t downloads.yesissuesgui %}.</i></p>
|
||||||
</details></p>
|
</details></p>
|
||||||
{% for entry in item.downloads %}
|
{% for entry in item.downloads %}
|
||||||
{% if entry.vers != nil %}
|
{% if entry.vers != nil %}
|
||||||
|
|
Loading…
Reference in a new issue