mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-22 02:31:52 +00:00
Disable automatic mime map update by default
This commit is contained in:
@@ -48,7 +48,7 @@ export default new Vuex.Store({
|
|||||||
optLightboxLoadOnlyCurrent: false,
|
optLightboxLoadOnlyCurrent: false,
|
||||||
optLightboxSlideDuration: 15,
|
optLightboxSlideDuration: 15,
|
||||||
optHideLegacy: false,
|
optHideLegacy: false,
|
||||||
optUpdateMimeMap: true,
|
optUpdateMimeMap: false,
|
||||||
optUseDatePicker: false,
|
optUseDatePicker: false,
|
||||||
|
|
||||||
_onLoadSelectedIndices: [] as string[],
|
_onLoadSelectedIndices: [] as string[],
|
||||||
|
|||||||
Reference in New Issue
Block a user