We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726b4f5 commit a70a6c3Copy full SHA for a70a6c3
src/components/UpdateNotification.vue
@@ -23,7 +23,7 @@ import { updateServiceWorker } from '../registerServiceWorker';
23
24
export default defineComponent({
25
setup() {
26
- const isShown = ref(true);
+ const isShown = ref(false);
27
28
const { updateAvailable } = useSettingsStore();
29
watch(updateAvailable, (isAvailable) => {
0 commit comments