Web: Added thumbnails1280x720 to config.json and turned off by default

This commit is contained in:
Alexey Safronov 2023-03-20 22:51:40 +04:00
parent 95122dacdf
commit bff1e99bcb
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class SettingsStore {
recentSection = null;
hideConfirmConvertSave = null;
keepNewFileName = null;
thumbnails1280x720 = false;
thumbnails1280x720 = window.DocSpaceConfig?.thumbnails1280x720 || false;
chunkUploadSize = 1024 * 1023; // 1024 * 1023; //~0.999mb
settingsIsLoaded = false;

View File

@ -7,5 +7,6 @@
"proxy": {
"url": ""
},
"wrongPortalNameUrl": "https://teamlab.info/wrongportalname.aspx?Site_Testing=4testing"
"wrongPortalNameUrl": "https://teamlab.info/wrongportalname.aspx?Site_Testing=4testing",
"thumbnails1280x720": false
}