Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit f67a602

Browse files
committed
x
1 parent ddf8a51 commit f67a602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/LandingPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div @click.prevent="open('https://jamiepine.com/cachemonkey')"
66
v-tippy="$store.state.tooltipBottom"
77
title="If this doesn't turn green after a few minutes, click here to download update and reinstall. Your dump and settings won't be lost, don't worry!"
8-
v-if="true || updateDownloading && !updateReady" class="update-box grey">New update available!
8+
v-if="updateDownloading && !updateReady" class="update-box grey">New update available!
99
<br>
1010
<small>Updating in background...</small>
1111
</div>

0 commit comments

Comments
 (0)