mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
Resolve #250
This commit is contained in:
parent
942cfbbf53
commit
e26f00e268
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ export class AbstractViewSettings
|
|||
*/
|
||||
addSetting(name, valueCb)
|
||||
{
|
||||
let prop = name = name[0].toLowerCase() + name.slice(1),
|
||||
let prop = name[0].toLowerCase() + name.slice(1),
|
||||
trigger = prop + 'Trigger';
|
||||
addObservablesTo(this, {
|
||||
[prop]: SettingsGet(name),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue