Bugfix: i broke the user -> settings -> folders screen

This commit is contained in:
djmaze 2020-10-29 10:59:26 +01:00
parent 5a0215987a
commit b79d9de1a0

View file

@ -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 });