Added more comment to displaySpecSetting

This commit is contained in:
djmaze 2020-12-10 14:22:46 +01:00
parent d34729a1ae
commit 324c7121cc

View file

@ -8,10 +8,13 @@ import { getFolderInboxName, getFolderFromCacheList } from 'Common/Cache';
class FolderUserStore { class FolderUserStore {
constructor() { constructor() {
ko.addObservablesTo(this, { ko.addObservablesTo(this, {
// To use "checkable" option in /#/settings/folders /**
// When true, getNextFolderNames only lists system and "checkable" folders * To use "checkable" option in /#/settings/folders
// and affects the update of unseen count * When true, getNextFolderNames only lists system and "checkable" folders
// Auto set to true when amount of folders > folderSpecLimit to prevent requests overload * and affects the update of unseen count
* Auto set to true when amount of folders > folderSpecLimit to prevent requests overload,
* see application.ini [labs] folders_spec_limit
*/
displaySpecSetting: false, displaySpecSetting: false,
sentFolder: '', sentFolder: '',