mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Drop Capa enums
This commit is contained in:
parent
f44507a69b
commit
874f2592ca
14 changed files with 42 additions and 64 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import { koComputable } from 'External/ko';
|
||||
|
||||
import { Capa } from 'Common/Enums';
|
||||
import { SettingsCapa } from 'Common/Globals';
|
||||
import { i18n, trigger as translatorTrigger } from 'Common/Translator';
|
||||
|
||||
|
|
@ -12,7 +11,7 @@ export class SecurityUserSettings extends AbstractViewSettings {
|
|||
constructor() {
|
||||
super();
|
||||
|
||||
this.capaAutoLogout = SettingsCapa(Capa.AutoLogout);
|
||||
this.capaAutoLogout = SettingsCapa('AutoLogout');
|
||||
|
||||
this.autoLogout = SettingsUserStore.autoLogout;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue