mirror of
https://github.com/simon987/sist2.git
synced 2025-04-18 17:56:44 +00:00
Disable automatic mime map update by default
This commit is contained in:
parent
c6820b6cc6
commit
bfd080943d
@ -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[],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user