Skip to content

Commit

Permalink
added update note
Browse files Browse the repository at this point in the history
  • Loading branch information
farin committed Feb 20, 2021
1 parent a671216 commit 6184285
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/renderer/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
<v-progress-linear v-else :value="updateProgress" />
</div>

<div class="update-note">Autoupdate may be unreliable. If update is not finished in few minutes plese go to project <a href="#" @click="openLink('https://jcloisterzone.com')">website</a> and download new version directly.</div>

<h4>Release Notes</h4>
<div v-html="updateInfo.releaseNotes" />
</div>
Expand Down Expand Up @@ -353,6 +355,10 @@ h3
.update-action
margin: 20px 0
.update-note
font-style: italic
margin-bottom: 10px
::v-deep ul
list-style: none
Expand Down

0 comments on commit 6184285

Please sign in to comment.