mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08:00
Bugfix: i broke the user -> settings -> folders screen
This commit is contained in:
parent
5a0215987a
commit
b79d9de1a0
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ class FoldersUserSettings {
|
|||
constructor() {
|
||||
this.displaySpecSetting = FolderStore.displaySpecSetting;
|
||||
this.folderList = FolderStore.folderList;
|
||||
this.folderListOptimized = FolderStore.folderListOptimized;
|
||||
this.folderListError = FolderStore.folderListError;
|
||||
|
||||
this.folderListHelp = ko.observable('').extend({ throttle: 100 });
|
||||
|
||||
|
|
Loading…
Reference in a new issue