moved settings field

This commit is contained in:
antelle 2017-02-05 13:35:38 +01:00
parent 60b0d68516
commit e2db39dcd1
1 changed files with 4 additions and 2 deletions

View File

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