From a9a5c254316cfc0afb03c639e3974bd3ee468d29 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 29 May 2023 12:26:01 -0700 Subject: [PATCH] release: v5.2.0-alpha.3 --- appinfo/info.xml | 2 +- src/App.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index f4bd3e04..bd9b01aa 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -29,7 +29,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with 1. Run `php occ memories:index` to generate metadata indices for existing photos. 1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos. ]]> - 5.2.0-alpha.2 + 5.2.0-alpha.3 agpl Varun Patil Memories diff --git a/src/App.vue b/src/App.vue index 8c21cac1..670c6815 100644 --- a/src/App.vue +++ b/src/App.vue @@ -281,7 +281,7 @@ export default defineComponent({ }, async beforeMount() { - if ('serviceWorker' in navigator) { + if ('serviceWorker' in navigator && false) { // Get the config before loading const previousVersion = staticConfig.getSync('version');