mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-09 06:34:28 +08:00
Different approach for #677
This commit is contained in:
parent
ac73c0e3ff
commit
113a421d0f
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<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" href="https://github.com/the-djmaze/snappymail/releases/latest" data-bind="visible: !coreUpdatable()" data-i18n="GLOBAL/UPDATE"></a>
|
||||
</div>
|
||||
<div data-bind="visible: 'up-to-date' === statusType()">
|
||||
<i style="color: green">✔</i>
|
||||
|
|
Loading…
Add table
Reference in a new issue