More JSON properties to JavaScript camelCase

This commit is contained in:
the-djmaze 2023-02-21 11:52:50 +01:00
parent 07f6b7545a
commit d1823af111
21 changed files with 83 additions and 80 deletions

View file

@ -1005,7 +1005,7 @@ export class ComposePopupView extends AbstractViewPopup {
clickElement: dom.querySelector('#composeUploadButton'),
dragAndDropElement: dom.querySelector('.b-attachment-place')
}),
attachmentSizeLimit = pInt(SettingsGet('AttachmentLimit'));
attachmentSizeLimit = pInt(SettingsGet('attachmentLimit'));
oJua
.on('onDragEnter', () => {