Update the settings sidebar to include a semi-persistent notification about new versions
This commit is contained in:
parent
09ac9624ed
commit
e164e046a5
4 changed files with 21 additions and 1 deletions
|
|
@ -45,4 +45,9 @@
|
|||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
{{#if hasNewVersion}}
|
||||
<p>
|
||||
{{localize "taf.misc.new-version-available" version=newVersion}}
|
||||
</p>
|
||||
{{/if}}
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue