mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
More JSON properties to JavaScript camelCase
This commit is contained in:
parent
07f6b7545a
commit
d1823af111
21 changed files with 83 additions and 80 deletions
|
|
@ -116,7 +116,7 @@ export class UserSettingsGeneral extends AbstractViewSettings {
|
|||
this.languageTrigger(SaveSettingStatus.Saving);
|
||||
translatorReload(value)
|
||||
.then(fReloadLanguageHelper(SaveSettingStatus.Success), fReloadLanguageHelper(SaveSettingStatus.Failed))
|
||||
.then(() => Remote.saveSetting('Language', value));
|
||||
.then(() => Remote.saveSetting('language', value));
|
||||
},
|
||||
|
||||
hourCycle: value =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue