mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 02:59:21 +03:00
Resolve #677
This commit is contained in:
parent
f4448635d1
commit
481ef70976
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@
|
|||
</span>
|
||||
<br />
|
||||
<a class="btn" href="https://github.com/the-djmaze/snappymail/releases" target="_blank" data-i18n="TAB_ABOUT/BUTTON_RELEASES"></a>
|
||||
<a class="btn" data-bind="visible: coreUpdatable(), click: updateCoreData" data-i18n="GLOBAL/UPDATE"></a>
|
||||
<a class="btn" href="https://github.com/the-djmaze/snappymail/releases/latest" data-bind="hidden: coreUpdatable()" data-i18n="GLOBAL/UPDATE"></a>
|
||||
<a class="btn" data-bind="visible: coreUpdatable, click: updateCoreData" data-i18n="GLOBAL/UPDATE"></a>
|
||||
<a class="btn" href="https://github.com/the-djmaze/snappymail/releases/latest" data-bind="hidden: coreUpdatable" data-i18n="GLOBAL/UPDATE"></a>
|
||||
</div>
|
||||
<div data-bind="visible: 'up-to-date' === statusType()">
|
||||
<i style="color: green">✔</i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue