1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00

moved settings field

This commit is contained in:
antelle 2017-02-05 13:35:38 +01:00
parent 60b0d68516
commit e2db39dcd1

View File

@ -29,17 +29,19 @@ const AppSettingsModel = Backbone.Model.extend({
fontSize: 0, fontSize: 0,
tableViewColumns: null, tableViewColumns: null,
generatorPresets: null, generatorPresets: null,
cacheConfigSettings: false,
canOpen: true, canOpen: true,
canOpenDemo: true, canOpenDemo: true,
canOpenSettings: true, canOpenSettings: true,
canCreate: true, canCreate: true,
canImportXml: true, canImportXml: true,
canRemoveLatest: true, canRemoveLatest: true,
dropbox: true, dropbox: true,
webdav: true, webdav: true,
gdrive: true, gdrive: true,
onedrive: true, onedrive: true
cacheConfigSettings: false
}, },
initialize: function() { initialize: function() {