Version 0.5.25
Registration with no need to insert "invitante"
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
<q-btn
|
||||
size="md"
|
||||
id="newvers" v-if="isNewVersionAvailable()" color="secondary" rounded icon="refresh"
|
||||
id="newvers" v-if="isNewVersionAvailable() || data.updateExists" color="secondary" rounded icon="refresh"
|
||||
class="btnNewVersShow" @click="RefreshApp()" :label="t('notification.newVersionAvailable')">
|
||||
</q-btn>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user