Skip to content

Commit 5bf5811

Browse files
committed
Fix updater UI
1 parent cb382a8 commit 5bf5811

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

client/src/App.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<!-- Update dialog -->
170170
<q-dialog v-model="updateDialog">
171171
<q-card v-if="update">
172-
<q-card-section>
172+
<q-card-section class='text-center'>
173173
<div class="text-h5">New update available!</div>
174174
</q-card-section>
175175
<q-card-section>
@@ -268,6 +268,8 @@ export default {
268268
this.update = data;
269269
this.$q.notify({
270270
message: `New update available (${data.version})!`,
271+
timeout: 10000,
272+
progress: true,
271273
actions: [
272274
{
273275
label: "Show",

client/src/views/Index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<div class='q-pt-md text-subtitle1 text-grey-4'>
6161
Need help? Check out our <span class='text-primary'>Getting started sections</span>.<br>
6262
Found a bug or have a request? Post it on <span class='text-primary clickable' @click='$1t.url("https://github.com/Marekkon5/onetagger/issues")'>GitHub</span>.<br>
63-
Like the app? Contribute by donating through <span class='text-primary clickable' @click='$1t.url("https://patreon.com/onetagger")'>Patreon</span>.
63+
Like the app? Contribute by donating through <span class='text-primary clickable' @click='$1t.url("https://paypal.me/marekkon5")'>PayPal</span> or <span class='text-primary clickable' @click='$1t.url("https://patreon.com/onetagger")'>Patreon</span>.
6464
</div>
6565
</div>
6666

0 commit comments

Comments
 (0)