mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03: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…
Add table
Add a link
Reference in a new issue