This commit is contained in:
Paolo Arena
2021-02-18 12:19:17 +01:00
parent 0e6a350f4e
commit 7a202fbe8e
12 changed files with 377 additions and 8 deletions

View File

@@ -99,6 +99,7 @@
</div>
</div>
<q-btn class="enable-notifications shadow add-button" v-if="showbuttonHS" @click="addtoHomeScreen"
color="primary" rounded
size="md"
@@ -106,6 +107,13 @@
label="Aggiungi alle tue Applicazioni">
</q-btn>
<CEventsCalendar :mysingleevent="null" :showfirstN="getValDb('SHOW_LAST_EVENTS', false, 3)">
</CEventsCalendar>
<br>
<div class="q-pt-md q-pl-sm">
<div class="text-body2 text-italic text-grey">Versione App {{ getenv('APP_VERSION') }}</div>
</div>