From bfd080943d62e9ae01e0302ff50ebccb8a6e4f5b Mon Sep 17 00:00:00 2001 From: simon987 Date: Thu, 10 Feb 2022 21:18:54 -0500 Subject: [PATCH] Disable automatic mime map update by default --- sist2-vue/src/store/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sist2-vue/src/store/index.ts b/sist2-vue/src/store/index.ts index 71e6100..24f6ccb 100644 --- a/sist2-vue/src/store/index.ts +++ b/sist2-vue/src/store/index.ts @@ -48,7 +48,7 @@ export default new Vuex.Store({ optLightboxLoadOnlyCurrent: false, optLightboxSlideDuration: 15, optHideLegacy: false, - optUpdateMimeMap: true, + optUpdateMimeMap: false, optUseDatePicker: false, _onLoadSelectedIndices: [] as string[],