1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/keeweb_ynh.git synced 2024-09-03 19:26:33 +02:00
keeweb_ynh/conf/config.json
scith f2ecb1b715 Refresh app
- Install from source
- Config
- 2.4
2016-12-06 03:09:15 +01:00

42 lines
No EOL
871 B
JSON

{
"settings": {
"theme": "fb",
"locale": "en",
"expandGroups": true,
"listViewWidth": null,
"menuViewWidth": null,
"tagsViewHeight": null,
"autoUpdate": "install",
"autoSave": true,
"rememberKeyFiles": false,
"idleMinutes": 15,
"tableView": false,
"colorfulIcons": false,
"lockOnCopy": false,
"skipOpenLocalWarn": false,
"hideEmptyFields": false,
"skipHttpsWarning": true,
"demoOpened": false,
"fontSize": 0,
"tableViewColumns": null,
"generatorPresets": null,
"canOpen": true,
"canOpenDemo": true,
"canOpenSettings": true,
"canCreate": true,
"canImportXml": true,
"dropbox": true,
"dropboxFolder": null,
"dropboxAppKey": null,
"webdav": true,
"gdrive": true,
"gdriveClientId": null,
"onedrive": true,
"onedriveClientId": null
}
}