Skip to content

Commit

Permalink
fix: display version number
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Feb 20, 2023
1 parent 8f25bcb commit f2a74d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
<div class="column is-half is-full-mobile">
<h1 class="title">
PineSAM
<span
class="tag hide-until-load"
:style="{visibility: 'visible'}"
v-show="info.app_version"
>
v{{info.app_version}}
</span>
<a class="icon refresh-button" @click="fetchSettings">
<i class="fas fa-sync-alt"></i>
</a>
Expand Down

0 comments on commit f2a74d3

Please sign in to comment.